#cef0ad
a light, vivid green · cool · closest name: khaki
RGB
206, 240, 173
HSL
90°, 69%, 81%
CMYK
14, 0, 28, 6
Luminance
0.7846
Every format
| HEX | #cef0ad |
| RGB | rgb(206, 240, 173) |
| HSL | hsl(90, 69%, 81%) |
| CMYK | cmyk(14%, 0%, 28%, 6%) |
| LAB | lab(91.0 -22.6 28.9) |
| LCH | lch(91.0 36.6 128.0) |
| OKLCH | oklch(0.914 0.095 130.0) |
Copy-ready code
/* CSS */
color: #cef0ad;
background-color: #cef0ad;
/* Tailwind (arbitrary) */
class="text-[#cef0ad] bg-[#cef0ad]"
/* SCSS */
$brand: #cef0ad;
/* SwiftUI */
Color(red: 0.808, green: 0.941, blue: 0.678)
/* Android */
Color.parseColor("#cef0ad")Accessibility — WCAG contrast
Aa
#cef0ad on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef0ad on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green94.1%
Blue67.8%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow27.9%
Key (black)5.9%
Color previews
#cef0ad text on a black background
contrast 16.69:1
Card sample
#cef0ad text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef0ad;
Background color
Panel with #cef0ad background
background-color: #cef0ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef0ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 240, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 240, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef0ad; background: linear-gradient(135deg, #cef0ad, #ADF0B9);