#ceffdc
a pale, electric green · cool · closest name: beige
RGB
206, 255, 220
HSL
137°, 100%, 90%
CMYK
19, 0, 14, 0
Luminance
0.8981
Every format
| HEX | #ceffdc |
| RGB | rgb(206, 255, 220) |
| HSL | hsl(137, 100%, 90%) |
| CMYK | cmyk(19%, 0%, 14%, 0%) |
| LAB | lab(95.9 -22.2 11.7) |
| LCH | lch(95.9 25.0 152.3) |
| OKLCH | oklch(0.957 0.069 153.9) |
Copy-ready code
/* CSS */
color: #ceffdc;
background-color: #ceffdc;
/* Tailwind (arbitrary) */
class="text-[#ceffdc] bg-[#ceffdc]"
/* SCSS */
$brand: #ceffdc;
/* SwiftUI */
Color(red: 0.808, green: 1.000, blue: 0.863)
/* Android */
Color.parseColor("#ceffdc")Accessibility — WCAG contrast
Aa
#ceffdc on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceffdc on black: 18.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green100.0%
Blue86.3%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow13.7%
Key (black)0.0%
Color previews
#ceffdc text on a black background
contrast 18.96:1
Card sample
#ceffdc text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceffdc;
Background color
Panel with #ceffdc background
background-color: #ceffdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceffdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 255, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 255, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceffdc; background: linear-gradient(135deg, #ceffdc, #CEFFFD);