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