#ceffdf
a pale, electric green · cool · closest name: beige
RGB
206, 255, 223
HSL
141°, 100%, 90%
CMYK
19, 0, 13, 0
Luminance
0.8997
Every format
| HEX | #ceffdf |
| RGB | rgb(206, 255, 223) |
| HSL | hsl(141, 100%, 90%) |
| CMYK | cmyk(19%, 0%, 13%, 0%) |
| LAB | lab(96.0 -21.6 10.2) |
| LCH | lch(96.0 23.9 154.7) |
| OKLCH | oklch(0.958 0.066 156.3) |
Copy-ready code
/* CSS */
color: #ceffdf;
background-color: #ceffdf;
/* Tailwind (arbitrary) */
class="text-[#ceffdf] bg-[#ceffdf]"
/* SCSS */
$brand: #ceffdf;
/* SwiftUI */
Color(red: 0.808, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#ceffdf")Accessibility — WCAG contrast
Aa
#ceffdf on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceffdf on black: 18.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green100.0%
Blue87.5%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#ceffdf text on a black background
contrast 18.99:1
Card sample
#ceffdf text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceffdf;
Background color
Panel with #ceffdf background
background-color: #ceffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceffdf; background: linear-gradient(135deg, #ceffdf, #CEFEFF);