#cefcdf
a pale, electric green · cool · closest name: beige
RGB
206, 252, 223
HSL
142°, 89%, 90%
CMYK
18, 0, 12, 1
Luminance
0.8807
Every format
| HEX | #cefcdf |
| RGB | rgb(206, 252, 223) |
| HSL | hsl(142, 89%, 90%) |
| CMYK | cmyk(18%, 0%, 12%, 1%) |
| LAB | lab(95.2 -20.2 9.1) |
| LCH | lch(95.2 22.1 155.8) |
| OKLCH | oklch(0.951 0.061 157.4) |
Copy-ready code
/* CSS */
color: #cefcdf;
background-color: #cefcdf;
/* Tailwind (arbitrary) */
class="text-[#cefcdf] bg-[#cefcdf]"
/* SCSS */
$brand: #cefcdf;
/* SwiftUI */
Color(red: 0.808, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#cefcdf")Accessibility — WCAG contrast
Aa
#cefcdf on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefcdf on black: 18.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.8%
Blue87.5%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#cefcdf text on a black background
contrast 18.61:1
Card sample
#cefcdf text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefcdf;
Background color
Panel with #cefcdf background
background-color: #cefcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefcdf; background: linear-gradient(135deg, #cefcdf, #CEFAFC);