#ccf7cc
a pale, vivid green · cool · closest name: beige
RGB
204, 247, 204
HSL
120°, 73%, 88%
CMYK
17, 0, 17, 3
Luminance
0.8372
Every format
| HEX | #ccf7cc |
| RGB | rgb(204, 247, 204) |
| HSL | hsl(120, 73%, 88%) |
| CMYK | cmyk(17%, 0%, 17%, 3%) |
| LAB | lab(93.3 -21.7 16.2) |
| LCH | lch(93.3 27.1 143.3) |
| OKLCH | oklch(0.935 0.073 145.0) |
Copy-ready code
/* CSS */
color: #ccf7cc;
background-color: #ccf7cc;
/* Tailwind (arbitrary) */
class="text-[#ccf7cc] bg-[#ccf7cc]"
/* SCSS */
$brand: #ccf7cc;
/* SwiftUI */
Color(red: 0.800, green: 0.969, blue: 0.800)
/* Android */
Color.parseColor("#ccf7cc")Accessibility — WCAG contrast
Aa
#ccf7cc on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf7cc on black: 17.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green96.9%
Blue80.0%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow17.4%
Key (black)3.1%
Color previews
#ccf7cc text on a black background
contrast 17.74:1
Card sample
#ccf7cc text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf7cc;
Background color
Panel with #ccf7cc background
background-color: #ccf7cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf7cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 247, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 247, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf7cc; background: linear-gradient(135deg, #ccf7cc, #CCF7E9);