#ccf6cf
a pale, vivid green · cool · closest name: beige
RGB
204, 246, 207
HSL
124°, 70%, 88%
CMYK
17, 0, 16, 4
Luminance
0.8325
Every format
| HEX | #ccf6cf |
| RGB | rgb(204, 246, 207) |
| HSL | hsl(124, 70%, 88%) |
| CMYK | cmyk(17%, 0%, 16%, 4%) |
| LAB | lab(93.1 -20.7 14.3) |
| LCH | lch(93.1 25.2 145.3) |
| OKLCH | oklch(0.933 0.068 146.9) |
Copy-ready code
/* CSS */
color: #ccf6cf;
background-color: #ccf6cf;
/* Tailwind (arbitrary) */
class="text-[#ccf6cf] bg-[#ccf6cf]"
/* SCSS */
$brand: #ccf6cf;
/* SwiftUI */
Color(red: 0.800, green: 0.965, blue: 0.812)
/* Android */
Color.parseColor("#ccf6cf")Accessibility — WCAG contrast
Aa
#ccf6cf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf6cf on black: 17.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green96.5%
Blue81.2%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow15.9%
Key (black)3.5%
Color previews
#ccf6cf text on a black background
contrast 17.65:1
Card sample
#ccf6cf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf6cf;
Background color
Panel with #ccf6cf background
background-color: #ccf6cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf6cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 246, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 246, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf6cf; background: linear-gradient(135deg, #ccf6cf, #CCF6EB);