#ccf2da
a pale, vivid green · cool · closest name: beige
RGB
204, 242, 218
HSL
142°, 59%, 88%
CMYK
16, 0, 10, 5
Luminance
0.8140
Every format
| HEX | #ccf2da |
| RGB | rgb(204, 242, 218) |
| HSL | hsl(142, 59%, 88%) |
| CMYK | cmyk(16%, 0%, 10%, 5%) |
| LAB | lab(92.3 -16.8 7.5) |
| LCH | lch(92.3 18.4 156.0) |
| OKLCH | oklch(0.927 0.051 157.5) |
Copy-ready code
/* CSS */
color: #ccf2da;
background-color: #ccf2da;
/* Tailwind (arbitrary) */
class="text-[#ccf2da] bg-[#ccf2da]"
/* SCSS */
$brand: #ccf2da;
/* SwiftUI */
Color(red: 0.800, green: 0.949, blue: 0.855)
/* Android */
Color.parseColor("#ccf2da")Accessibility — WCAG contrast
Aa
#ccf2da on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf2da on black: 17.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green94.9%
Blue85.5%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow9.9%
Key (black)5.1%
Color previews
#ccf2da text on a black background
contrast 17.28:1
Card sample
#ccf2da text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf2da;
Background color
Panel with #ccf2da background
background-color: #ccf2da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf2da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 242, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 242, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf2da; background: linear-gradient(135deg, #ccf2da, #CCF1F2);