Halayà úbe

HEX: #663854 | Modern Palette

On White
9.30:1
PASS
On Black
2.26:1
FAIL

Color Specifications

HEX
#663854
RGB
102, 56, 84
HSL
323°, 45% ,40%
CMYK
0, 45.1, 17.65, 60

About Halayà úbe

Halayà úbe (#663854) is a color with RGB(102, 56, 84) and HSL(323.48°, 45.1%, 40%). It is commonly associated with Romantic moods. In design, it fits Warm styles and is suitable for Text, Button, Logo. Its complementary color is #38664A, which creates strong contrast. Its triadic palette includes #546638 and #385466. The name comes from Halayà úbe (Filipino (Tagalog)).

  • HEX: #663854
  • RGB: 102, 56, 84
  • HSL: 323.48°, 45.1%, 40%
  • Mood: Romantic
  • Style: Warm
  • Use case: Text, Button, Logo
  • Complementary color: #38664A
  • Triadic colors: #546638, #385466
  • The name comes from Halayà úbe (Filipino (Tagalog)).

Live Components

LIGHT
DARK
System Notification Box

Color Palettes

Monochromatic Five tones of the same hue — a reliable scale for backgrounds, surfaces, and text.
Neutral + Accent Four near-neutral tones grounded by a saturated accent — clean and versatile for UI.
Analogous Five hues drifting across a 60° arc — naturally harmonious and pleasing to the eye.
3 + 1 + 1 Three analogous base colors, one complementary accent, one dark anchor — bold yet balanced.

Color Harmonies

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Shades & Tints

A seamless scale of #663854 from deepest shade to lightest tint.

Color Characteristics

Mood
Romantic
Style
Warm
Use case
Text Button Logo

Accessibility Simulation

Deuteranopia #494953
Protanopia #3F3F54
Tritanopia #643C3C
Achromatopsia #474747

Frequently Asked Questions

Halayà úbe (#663854) is a color with RGB(102, 56, 84) and HSL(323.48°, 45.1%, 40%).

#663854 pairs strongly with #38664A as its complementary color. It can also be used with neutral tones for balanced UI and design layouts.

#663854 is suitable for Text, Button, Logo and works well with Warm styles.

#663854 is commonly associated with Romantic.

The name Halayà úbe is linked to Halayà úbe from Filipino (Tagalog), meaning Ube jam.

Name, History & Etymology

Origin Word Halayà úbe
Meaning Ube jam
Language Filipino (Tagalog)
First Recorded Use Pre-colonial to early colonial

History

Ube (purple yam) is indigenous to the Philippines and has been a staple food for centuries. The process of making 'halaya' (jam or preserve) by mashing and sweetening fruits or root crops is also an ancient practice. The specific dish 'Halayà úbe' involves boiling and mashing ube, then cooking it with coconut milk (or evaporated/condensed milk in modern versions), sugar, and sometimes butter or margarine until it reaches a thick, jam-like consistency. It is a popular dessert, often served during fiestas, holidays, and special occasions. Its vibrant purple color is natural to the ube root.

First Recorded Use

Likely pre-colonial, with 'halaya' referring to a jam/preserve, and 'ube' being a native root crop. The combination as a specific dish likely solidified during early colonial times as cooking methods evolved.

Cultural Associations

Halayà úbe is one of the most iconic Filipino desserts. It is a staple at potlucks, parties, and family gatherings. It is also a popular pasalubong (souvenir food item) from provinces known for their ube production. The preparation can be labor-intensive, often requiring continuous stirring over low heat, making it a dish often prepared communally or for special occasions. It is also a key ingredient in other Filipino desserts like halo-halo.

Similar Named Colors

Dark Byzantium #5D3954 ΔE 2.70
Old Mauve #673147 ΔE 4.04
Japanese Violet #5B3256 ΔE 4.15
Eggplant #614051 ΔE 4.63

Code Snippets

/* Background */
.element {
    background-color: #663854;
}

/* Text */
.element {
    color: #663854;
}

/* Border */
.element {
    border: 1px solid #663854;
}

/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #663854,
        #38945C
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #663854,
        #38945C
    );
}

// SCSS variable
$halayÃ--úbe: #663854;

// With RGB channels (useful for rgba() usage)
$halayÃ--úbe-r: 102;
$halayÃ--úbe-g: 56;
$halayÃ--úbe-b: 84;

// Usage
.element {
    background-color: $halayÃ--úbe;
    color: rgba($halayÃ--úbe-r, $halayÃ--úbe-g, $halayÃ--úbe-b, 0.8);
}