#ccf4cd
a pale, vivid green · cool · closest name: beige
RGB
204, 244, 205
HSL
122°, 65%, 88%
CMYK
16, 0, 16, 4
Luminance
0.8195
Every format
| HEX | #ccf4cd |
| RGB | rgb(204, 244, 205) |
| HSL | hsl(122, 65%, 88%) |
| CMYK | cmyk(16%, 0%, 16%, 4%) |
| LAB | lab(92.5 -20.1 14.6) |
| LCH | lch(92.5 24.8 144.1) |
| OKLCH | oklch(0.928 0.067 145.7) |
Copy-ready code
/* CSS */
color: #ccf4cd;
background-color: #ccf4cd;
/* Tailwind (arbitrary) */
class="text-[#ccf4cd] bg-[#ccf4cd]"
/* SCSS */
$brand: #ccf4cd;
/* SwiftUI */
Color(red: 0.800, green: 0.957, blue: 0.804)
/* Android */
Color.parseColor("#ccf4cd")Accessibility — WCAG contrast
Aa
#ccf4cd on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf4cd on black: 17.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green95.7%
Blue80.4%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow16.0%
Key (black)4.3%
Color previews
#ccf4cd text on a black background
contrast 17.39:1
Card sample
#ccf4cd text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf4cd;
Background color
Panel with #ccf4cd background
background-color: #ccf4cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf4cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 244, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 244, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf4cd; background: linear-gradient(135deg, #ccf4cd, #CCF4E8);