#ccf9da
a pale, electric green · cool · closest name: beige
RGB
204, 249, 218
HSL
139°, 79%, 89%
CMYK
18, 0, 12, 2
Luminance
0.8565
Every format
| HEX | #ccf9da |
| RGB | rgb(204, 249, 218) |
| HSL | hsl(139, 79%, 89%) |
| CMYK | cmyk(18%, 0%, 12%, 2%) |
| LAB | lab(94.2 -20.3 10.2) |
| LCH | lch(94.2 22.6 153.4) |
| OKLCH | oklch(0.942 0.062 155.0) |
Copy-ready code
/* CSS */
color: #ccf9da;
background-color: #ccf9da;
/* Tailwind (arbitrary) */
class="text-[#ccf9da] bg-[#ccf9da]"
/* SCSS */
$brand: #ccf9da;
/* SwiftUI */
Color(red: 0.800, green: 0.976, blue: 0.855)
/* Android */
Color.parseColor("#ccf9da")Accessibility — WCAG contrast
Aa
#ccf9da on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf9da on black: 18.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green97.6%
Blue85.5%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow12.4%
Key (black)2.4%
Color previews
#ccf9da text on a black background
contrast 18.13:1
Card sample
#ccf9da text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf9da;
Background color
Panel with #ccf9da background
background-color: #ccf9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 249, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 249, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf9da; background: linear-gradient(135deg, #ccf9da, #CCF9F8);