#cefcdc
a pale, electric green · cool · closest name: beige
RGB
206, 252, 220
HSL
138°, 89%, 90%
CMYK
18, 0, 13, 1
Luminance
0.8791
Every format
| HEX | #cefcdc |
| RGB | rgb(206, 252, 220) |
| HSL | hsl(138, 89%, 90%) |
| CMYK | cmyk(18%, 0%, 13%, 1%) |
| LAB | lab(95.1 -20.7 10.5) |
| LCH | lch(95.1 23.2 153.1) |
| OKLCH | oklch(0.950 0.064 154.7) |
Copy-ready code
/* CSS */
color: #cefcdc;
background-color: #cefcdc;
/* Tailwind (arbitrary) */
class="text-[#cefcdc] bg-[#cefcdc]"
/* SCSS */
$brand: #cefcdc;
/* SwiftUI */
Color(red: 0.808, green: 0.988, blue: 0.863)
/* Android */
Color.parseColor("#cefcdc")Accessibility — WCAG contrast
Aa
#cefcdc on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefcdc on black: 18.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.8%
Blue86.3%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow12.7%
Key (black)1.2%
Color previews
#cefcdc text on a black background
contrast 18.58:1
Card sample
#cefcdc text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefcdc;
Background color
Panel with #cefcdc background
background-color: #cefcdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefcdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 252, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 252, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefcdc; background: linear-gradient(135deg, #cefcdc, #CEFCFB);