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