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