#efecaf
a light, vivid yellow · cool · closest name: khaki
RGB
239, 236, 175
HSL
57°, 67%, 81%
CMYK
0, 1, 27, 6
Luminance
0.8144
Every format
| HEX | #efecaf |
| RGB | rgb(239, 236, 175) |
| HSL | hsl(57, 67%, 81%) |
| CMYK | cmyk(0%, 1%, 27%, 6%) |
| LAB | lab(92.3 -8.3 30.0) |
| LCH | lch(92.3 31.2 105.5) |
| OKLCH | oklch(0.931 0.078 105.5) |
Copy-ready code
/* CSS */
color: #efecaf;
background-color: #efecaf;
/* Tailwind (arbitrary) */
class="text-[#efecaf] bg-[#efecaf]"
/* SCSS */
$brand: #efecaf;
/* SwiftUI */
Color(red: 0.937, green: 0.925, blue: 0.686)
/* Android */
Color.parseColor("#efecaf")Accessibility — WCAG contrast
Aa
#efecaf on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efecaf on black: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green92.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta1.3%
Yellow26.8%
Key (black)6.3%
Color previews
#efecaf text on a black background
contrast 17.29:1
Card sample
#efecaf text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efecaf;
Background color
Panel with #efecaf background
background-color: #efecaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efecaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 236, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 236, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efecaf; background: linear-gradient(135deg, #efecaf, #C7EFAF);