Halayà úbe
HEX: #663854 | Modern Palette
Color Specifications
#663854
102, 56, 84
323°, 45% ,40%
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
Color Palettes
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.
Frequently Asked Questions
Name, History & Etymology
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.
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);
}