#cefdc4
a pale, electric green · cool · closest name: beige
RGB
206, 253, 196
HSL
110°, 93%, 88%
CMYK
19, 0, 23, 1
Luminance
0.8736
Every format
| HEX | #cefdc4 |
| RGB | rgb(206, 253, 196) |
| HSL | hsl(110, 93%, 88%) |
| CMYK | cmyk(19%, 0%, 23%, 1%) |
| LAB | lab(94.9 -25.3 22.5) |
| LCH | lch(94.9 33.8 138.4) |
| OKLCH | oklch(0.947 0.090 140.1) |
Copy-ready code
/* CSS */
color: #cefdc4;
background-color: #cefdc4;
/* Tailwind (arbitrary) */
class="text-[#cefdc4] bg-[#cefdc4]"
/* SCSS */
$brand: #cefdc4;
/* SwiftUI */
Color(red: 0.808, green: 0.992, blue: 0.769)
/* Android */
Color.parseColor("#cefdc4")Accessibility — WCAG contrast
Aa
#cefdc4 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefdc4 on black: 18.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green99.2%
Blue76.9%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow22.5%
Key (black)0.8%
Color previews
#cefdc4 text on a black background
contrast 18.47:1
Card sample
#cefdc4 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefdc4;
Background color
Panel with #cefdc4 background
background-color: #cefdc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefdc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 253, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 253, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefdc4; background: linear-gradient(135deg, #cefdc4, #C4FDE0);