#cef5ad
a light, electric green · cool · closest name: khaki
RGB
206, 245, 173
HSL
93°, 78%, 82%
CMYK
16, 0, 29, 4
Luminance
0.8144
Every format
| HEX | #cef5ad |
| RGB | rgb(206, 245, 173) |
| HSL | hsl(93, 78%, 82%) |
| CMYK | cmyk(16%, 0%, 29%, 4%) |
| LAB | lab(92.3 -25.0 30.6) |
| LCH | lch(92.3 39.5 129.2) |
| OKLCH | oklch(0.925 0.102 131.3) |
Copy-ready code
/* CSS */
color: #cef5ad;
background-color: #cef5ad;
/* Tailwind (arbitrary) */
class="text-[#cef5ad] bg-[#cef5ad]"
/* SCSS */
$brand: #cef5ad;
/* SwiftUI */
Color(red: 0.808, green: 0.961, blue: 0.678)
/* Android */
Color.parseColor("#cef5ad")Accessibility — WCAG contrast
Aa
#cef5ad on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef5ad on black: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.1%
Blue67.8%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow29.4%
Key (black)3.9%
Color previews
#cef5ad text on a black background
contrast 17.29:1
Card sample
#cef5ad text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef5ad;
Background color
Panel with #cef5ad background
background-color: #cef5ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef5ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 245, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 245, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef5ad; background: linear-gradient(135deg, #cef5ad, #ADF5BC);