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