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