#effbaf
a light, electric yellow · cool · closest name: khaki
RGB
239, 251, 175
HSL
70°, 91%, 84%
CMYK
5, 0, 30, 2
Luminance
0.9044
Every format
| HEX | #effbaf |
| RGB | rgb(239, 251, 175) |
| HSL | hsl(70, 91%, 84%) |
| CMYK | cmyk(5%, 0%, 30%, 2%) |
| LAB | lab(96.2 -15.8 35.2) |
| LCH | lch(96.2 38.5 114.1) |
| OKLCH | oklch(0.962 0.097 115.6) |
Copy-ready code
/* CSS */
color: #effbaf;
background-color: #effbaf;
/* Tailwind (arbitrary) */
class="text-[#effbaf] bg-[#effbaf]"
/* SCSS */
$brand: #effbaf;
/* SwiftUI */
Color(red: 0.937, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#effbaf")Accessibility — WCAG contrast
Aa
#effbaf on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#effbaf on black: 19.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green98.4%
Blue68.6%
CMYK percentages
Cyan4.8%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#effbaf text on a black background
contrast 19.09:1
Card sample
#effbaf text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #effbaf;
Background color
Panel with #effbaf background
background-color: #effbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #effbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #effbaf; background: linear-gradient(135deg, #effbaf, #BCFBAF);