#e2cf7b
a light, vivid yellow · cool · closest name: khaki
RGB
226, 207, 123
HSL
49°, 64%, 68%
CMYK
0, 8, 46, 11
Luminance
0.6222
Every format
| HEX | #e2cf7b |
| RGB | rgb(226, 207, 123) |
| HSL | hsl(49, 64%, 68%) |
| CMYK | cmyk(0%, 8%, 46%, 11%) |
| LAB | lab(83.0 -4.6 44.0) |
| LCH | lch(83.0 44.2 96.0) |
| OKLCH | oklch(0.852 0.107 97.0) |
Copy-ready code
/* CSS */
color: #e2cf7b;
background-color: #e2cf7b;
/* Tailwind (arbitrary) */
class="text-[#e2cf7b] bg-[#e2cf7b]"
/* SCSS */
$brand: #e2cf7b;
/* SwiftUI */
Color(red: 0.886, green: 0.812, blue: 0.482)
/* Android */
Color.parseColor("#e2cf7b")Accessibility — WCAG contrast
Aa
#e2cf7b on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2cf7b on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green81.2%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow45.6%
Key (black)11.4%
Color previews
#e2cf7b text on a black background
contrast 13.44:1
Card sample
#e2cf7b text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2cf7b;
Background color
Panel with #e2cf7b background
background-color: #e2cf7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2cf7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 207, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 207, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2cf7b; background: linear-gradient(135deg, #e2cf7b, #B0E27B);