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