#ffeca2
a light, electric yellow · cool · closest name: khaki
RGB
255, 236, 162
HSL
48°, 100%, 82%
CMYK
0, 8, 37, 0
Luminance
0.8386
Every format
| HEX | #ffeca2 |
| RGB | rgb(255, 236, 162) |
| HSL | hsl(48, 100%, 82%) |
| CMYK | cmyk(0%, 8%, 37%, 0%) |
| LAB | lab(93.4 -3.9 38.2) |
| LCH | lch(93.4 38.4 95.8) |
| OKLCH | oklch(0.942 0.095 95.5) |
Copy-ready code
/* CSS */
color: #ffeca2;
background-color: #ffeca2;
/* Tailwind (arbitrary) */
class="text-[#ffeca2] bg-[#ffeca2]"
/* SCSS */
$brand: #ffeca2;
/* SwiftUI */
Color(red: 1.000, green: 0.925, blue: 0.635)
/* Android */
Color.parseColor("#ffeca2")Accessibility — WCAG contrast
Aa
#ffeca2 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeca2 on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.5%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow36.5%
Key (black)0.0%
Color previews
#ffeca2 text on a black background
contrast 17.77:1
Card sample
#ffeca2 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeca2;
Background color
Panel with #ffeca2 background
background-color: #ffeca2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeca2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 236, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 236, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeca2; background: linear-gradient(135deg, #ffeca2, #D4FFA2);