#ccf5df
a pale, vivid green · cool · closest name: beige
RGB
204, 245, 223
HSL
148°, 67%, 88%
CMYK
17, 0, 9, 4
Luminance
0.8347
Every format
| HEX | #ccf5df |
| RGB | rgb(204, 245, 223) |
| HSL | hsl(148, 67%, 88%) |
| CMYK | cmyk(17%, 0%, 9%, 4%) |
| LAB | lab(93.2 -17.4 6.2) |
| LCH | lch(93.2 18.4 160.3) |
| OKLCH | oklch(0.935 0.052 161.8) |
Copy-ready code
/* CSS */
color: #ccf5df;
background-color: #ccf5df;
/* Tailwind (arbitrary) */
class="text-[#ccf5df] bg-[#ccf5df]"
/* SCSS */
$brand: #ccf5df;
/* SwiftUI */
Color(red: 0.800, green: 0.961, blue: 0.875)
/* Android */
Color.parseColor("#ccf5df")Accessibility — WCAG contrast
Aa
#ccf5df on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf5df on black: 17.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green96.1%
Blue87.5%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow9.0%
Key (black)3.9%
Color previews
#ccf5df text on a black background
contrast 17.69:1
Card sample
#ccf5df text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf5df;
Background color
Panel with #ccf5df background
background-color: #ccf5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 245, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 245, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf5df; background: linear-gradient(135deg, #ccf5df, #CCF0F5);