#cefccf
a pale, electric green · cool · closest name: beige
RGB
206, 252, 207
HSL
121°, 89%, 90%
CMYK
18, 0, 18, 1
Luminance
0.8725
Every format
| HEX | #cefccf |
| RGB | rgb(206, 252, 207) |
| HSL | hsl(121, 89%, 90%) |
| CMYK | cmyk(18%, 0%, 18%, 1%) |
| LAB | lab(94.8 -23.0 16.8) |
| LCH | lch(94.8 28.5 143.8) |
| OKLCH | oklch(0.947 0.076 145.5) |
Copy-ready code
/* CSS */
color: #cefccf;
background-color: #cefccf;
/* Tailwind (arbitrary) */
class="text-[#cefccf] bg-[#cefccf]"
/* SCSS */
$brand: #cefccf;
/* SwiftUI */
Color(red: 0.808, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#cefccf")Accessibility — WCAG contrast
Aa
#cefccf on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefccf on black: 18.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.8%
Blue81.2%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#cefccf text on a black background
contrast 18.45:1
Card sample
#cefccf text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefccf;
Background color
Panel with #cefccf background
background-color: #cefccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefccf; background: linear-gradient(135deg, #cefccf, #CEFCEE);