#cefeae
a light, electric green · cool · closest name: khaki
RGB
206, 254, 174
HSL
96°, 98%, 84%
CMYK
19, 0, 32, 0
Luminance
0.8706
Every format
| HEX | #cefeae |
| RGB | rgb(206, 254, 174) |
| HSL | hsl(96, 98%, 84%) |
| CMYK | cmyk(19%, 0%, 32%, 0%) |
| LAB | lab(94.8 -29.1 33.4) |
| LCH | lch(94.8 44.3 131.0) |
| OKLCH | oklch(0.945 0.115 133.4) |
Copy-ready code
/* CSS */
color: #cefeae;
background-color: #cefeae;
/* Tailwind (arbitrary) */
class="text-[#cefeae] bg-[#cefeae]"
/* SCSS */
$brand: #cefeae;
/* SwiftUI */
Color(red: 0.808, green: 0.996, blue: 0.682)
/* Android */
Color.parseColor("#cefeae")Accessibility — WCAG contrast
Aa
#cefeae on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefeae on black: 18.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green99.6%
Blue68.2%
CMYK percentages
Cyan18.9%
Magenta0.0%
Yellow31.5%
Key (black)0.4%
Color previews
#cefeae text on a black background
contrast 18.41:1
Card sample
#cefeae text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefeae;
Background color
Panel with #cefeae background
background-color: #cefeae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefeae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 254, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 254, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefeae; background: linear-gradient(135deg, #cefeae, #AEFEC3);