#cefad8
a pale, electric green · cool · closest name: beige
RGB
206, 250, 216
HSL
134°, 82%, 89%
CMYK
18, 0, 14, 2
Luminance
0.8645
Every format
| HEX | #cefad8 |
| RGB | rgb(206, 250, 216) |
| HSL | hsl(134, 82%, 89%) |
| CMYK | cmyk(18%, 0%, 14%, 2%) |
| LAB | lab(94.5 -20.4 11.7) |
| LCH | lch(94.5 23.6 150.2) |
| OKLCH | oklch(0.945 0.064 151.9) |
Copy-ready code
/* CSS */
color: #cefad8;
background-color: #cefad8;
/* Tailwind (arbitrary) */
class="text-[#cefad8] bg-[#cefad8]"
/* SCSS */
$brand: #cefad8;
/* SwiftUI */
Color(red: 0.808, green: 0.980, blue: 0.847)
/* Android */
Color.parseColor("#cefad8")Accessibility — WCAG contrast
Aa
#cefad8 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefad8 on black: 18.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.0%
Blue84.7%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow13.6%
Key (black)2.0%
Color previews
#cefad8 text on a black background
contrast 18.29:1
Card sample
#cefad8 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefad8;
Background color
Panel with #cefad8 background
background-color: #cefad8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefad8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 250, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 250, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefad8; background: linear-gradient(135deg, #cefad8, #CEFAF5);