Jelly Bean (#DA614E)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 3.62:1 — vs black: 5.80:1
Color values
-
HEX
#DA614E -
RGB
rgb(218, 97, 78) -
HSL
hsl(8, 64%, 85%) -
CMYK
cmyk( 0, 55.5, 64.22, 14.51 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #DA614E based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#DA614E
Base
#4EC7DA
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#DA614E
Base
#DA4E81
#DAA74E
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#DA614E
Base
#4EDA61
#614EDA
Two colors flanking the complement — high contrast with less tension than full complementary.
#DA614E
Base
#4EDAA7
#4E81DA
Four colors at 90° intervals — rich variety, best when one color dominates.
#DA614E
Base
#81DA4E
#4EC7DA
#A74EDA
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#DA614E
Base
#762519
#B63926
#D3432C
#E17F70
#E7998D
#F4D2CD
Darker shades and lighter tints of Jelly Bean, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#150704
#42150E
#6F2317
#9B3120
#C83F2A
#DA614E
Base
#E17D6D
#E7998C
#EEB5AC
#F4D0CB
#FBECEA
Ready-to-use code snippets for #DA614E. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #DA614E;
}
/* Text */
.element {
color: #DA614E;
}
/* Border */
.element {
border: 1px solid #DA614E;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#DA614E,
#C2EBF2
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#DA614E,
#C2EBF2
);
}
// SCSS variable
$jelly-bean: #DA614E;
// With RGB channels (useful for rgba() usage)
$jelly-bean-r: 218;
$jelly-bean-g: 97;
$jelly-bean-b: 78;
// Usage
.element {
background-color: $jelly-bean;
color: rgba($jelly-bean-r, $jelly-bean-g, $jelly-bean-b, 0.8);
}
How Jelly Bean appears to people with different types of color vision deficiency.
#DA614E
How the color appears with full color vision.
#929247
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#77774F
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#DB5F5F
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#868686
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.