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