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