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