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