#cefecf
a pale, electric green · cool · closest name: beige
RGB
206, 254, 207
HSL
121°, 96%, 90%
CMYK
19, 0, 19, 0
Luminance
0.8851
Every format
| HEX | #cefecf |
| RGB | rgb(206, 254, 207) |
| HSL | hsl(121, 96%, 90%) |
| CMYK | cmyk(19%, 0%, 19%, 0%) |
| LAB | lab(95.4 -23.9 17.5) |
| LCH | lch(95.4 29.7 143.8) |
| OKLCH | oklch(0.952 0.080 145.5) |
Copy-ready code
/* CSS */
color: #cefecf;
background-color: #cefecf;
/* Tailwind (arbitrary) */
class="text-[#cefecf] bg-[#cefecf]"
/* SCSS */
$brand: #cefecf;
/* SwiftUI */
Color(red: 0.808, green: 0.996, blue: 0.812)
/* Android */
Color.parseColor("#cefecf")Accessibility — WCAG contrast
Aa
#cefecf on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefecf on black: 18.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green99.6%
Blue81.2%
CMYK percentages
Cyan18.9%
Magenta0.0%
Yellow18.5%
Key (black)0.4%
Color previews
#cefecf text on a black background
contrast 18.70:1
Card sample
#cefecf text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefecf;
Background color
Panel with #cefecf background
background-color: #cefecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 254, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 254, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefecf; background: linear-gradient(135deg, #cefecf, #CEFEEF);