#ccf6df
a pale, vivid green · cool · closest name: beige
RGB
204, 246, 223
HSL
147°, 70%, 88%
CMYK
17, 0, 9, 4
Luminance
0.8408
Every format
| HEX | #ccf6df |
| RGB | rgb(204, 246, 223) |
| HSL | hsl(147, 70%, 88%) |
| CMYK | cmyk(17%, 0%, 9%, 4%) |
| LAB | lab(93.5 -17.9 6.6) |
| LCH | lch(93.5 19.1 159.7) |
| OKLCH | oklch(0.937 0.053 161.2) |
Copy-ready code
/* CSS */
color: #ccf6df;
background-color: #ccf6df;
/* Tailwind (arbitrary) */
class="text-[#ccf6df] bg-[#ccf6df]"
/* SCSS */
$brand: #ccf6df;
/* SwiftUI */
Color(red: 0.800, green: 0.965, blue: 0.875)
/* Android */
Color.parseColor("#ccf6df")Accessibility — WCAG contrast
Aa
#ccf6df on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf6df on black: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green96.5%
Blue87.5%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow9.3%
Key (black)3.5%
Color previews
#ccf6df text on a black background
contrast 17.82:1
Card sample
#ccf6df text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf6df;
Background color
Panel with #ccf6df background
background-color: #ccf6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 246, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 246, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf6df; background: linear-gradient(135deg, #ccf6df, #CCF1F6);