#ceffd9
a pale, electric green · cool · closest name: beige
RGB
206, 255, 217
HSL
134°, 100%, 90%
CMYK
19, 0, 15, 0
Luminance
0.8965
Every format
| HEX | #ceffd9 |
| RGB | rgb(206, 255, 217) |
| HSL | hsl(134, 100%, 90%) |
| CMYK | cmyk(19%, 0%, 15%, 0%) |
| LAB | lab(95.8 -22.7 13.1) |
| LCH | lch(95.8 26.2 150.0) |
| OKLCH | oklch(0.956 0.071 151.6) |
Copy-ready code
/* CSS */
color: #ceffd9;
background-color: #ceffd9;
/* Tailwind (arbitrary) */
class="text-[#ceffd9] bg-[#ceffd9]"
/* SCSS */
$brand: #ceffd9;
/* SwiftUI */
Color(red: 0.808, green: 1.000, blue: 0.851)
/* Android */
Color.parseColor("#ceffd9")Accessibility — WCAG contrast
Aa
#ceffd9 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceffd9 on black: 18.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green100.0%
Blue85.1%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow14.9%
Key (black)0.0%
Color previews
#ceffd9 text on a black background
contrast 18.93:1
Card sample
#ceffd9 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceffd9;
Background color
Panel with #ceffd9 background
background-color: #ceffd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceffd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 255, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 255, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceffd9; background: linear-gradient(135deg, #ceffd9, #CEFFFA);