#ccf0cf
a pale, vivid green · cool · closest name: beige
RGB
204, 240, 207
HSL
125°, 55%, 87%
CMYK
15, 0, 14, 6
Luminance
0.7966
Every format
| HEX | #ccf0cf |
| RGB | rgb(204, 240, 207) |
| HSL | hsl(125, 55%, 87%) |
| CMYK | cmyk(15%, 0%, 14%, 6%) |
| LAB | lab(91.5 -17.8 12.1) |
| LCH | lch(91.5 21.5 145.8) |
| OKLCH | oklch(0.920 0.058 147.4) |
Copy-ready code
/* CSS */
color: #ccf0cf;
background-color: #ccf0cf;
/* Tailwind (arbitrary) */
class="text-[#ccf0cf] bg-[#ccf0cf]"
/* SCSS */
$brand: #ccf0cf;
/* SwiftUI */
Color(red: 0.800, green: 0.941, blue: 0.812)
/* Android */
Color.parseColor("#ccf0cf")Accessibility — WCAG contrast
Aa
#ccf0cf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf0cf on black: 16.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green94.1%
Blue81.2%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow13.7%
Key (black)5.9%
Color previews
#ccf0cf text on a black background
contrast 16.93:1
Card sample
#ccf0cf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf0cf;
Background color
Panel with #ccf0cf background
background-color: #ccf0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 240, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 240, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf0cf; background: linear-gradient(135deg, #ccf0cf, #CCF0E7);