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