#cef4ab
a light, electric green · cool · closest name: khaki
RGB
206, 244, 171
HSL
91°, 77%, 81%
CMYK
16, 0, 30, 4
Luminance
0.8076
Every format
| HEX | #cef4ab |
| RGB | rgb(206, 244, 171) |
| HSL | hsl(91, 77%, 81%) |
| CMYK | cmyk(16%, 0%, 30%, 4%) |
| LAB | lab(92.0 -24.8 31.3) |
| LCH | lch(92.0 39.9 128.4) |
| OKLCH | oklch(0.922 0.103 130.5) |
Copy-ready code
/* CSS */
color: #cef4ab;
background-color: #cef4ab;
/* Tailwind (arbitrary) */
class="text-[#cef4ab] bg-[#cef4ab]"
/* SCSS */
$brand: #cef4ab;
/* SwiftUI */
Color(red: 0.808, green: 0.957, blue: 0.671)
/* Android */
Color.parseColor("#cef4ab")Accessibility — WCAG contrast
Aa
#cef4ab on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef4ab on black: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green95.7%
Blue67.1%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow29.9%
Key (black)4.3%
Color previews
#cef4ab text on a black background
contrast 17.15:1
Card sample
#cef4ab text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef4ab;
Background color
Panel with #cef4ab background
background-color: #cef4ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef4ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 244, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 244, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef4ab; background: linear-gradient(135deg, #cef4ab, #ABF4B9);