#ccf2cd
a pale, vivid green · cool · closest name: beige
RGB
204, 242, 205
HSL
122°, 59%, 88%
CMYK
16, 0, 15, 5
Luminance
0.8075
Every format
| HEX | #ccf2cd |
| RGB | rgb(204, 242, 205) |
| HSL | hsl(122, 59%, 88%) |
| CMYK | cmyk(16%, 0%, 15%, 5%) |
| LAB | lab(92.0 -19.1 13.8) |
| LCH | lch(92.0 23.6 144.2) |
| OKLCH | oklch(0.924 0.063 145.7) |
Copy-ready code
/* CSS */
color: #ccf2cd;
background-color: #ccf2cd;
/* Tailwind (arbitrary) */
class="text-[#ccf2cd] bg-[#ccf2cd]"
/* SCSS */
$brand: #ccf2cd;
/* SwiftUI */
Color(red: 0.800, green: 0.949, blue: 0.804)
/* Android */
Color.parseColor("#ccf2cd")Accessibility — WCAG contrast
Aa
#ccf2cd on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf2cd on black: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green94.9%
Blue80.4%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow15.3%
Key (black)5.1%
Color previews
#ccf2cd text on a black background
contrast 17.15:1
Card sample
#ccf2cd text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf2cd;
Background color
Panel with #ccf2cd background
background-color: #ccf2cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf2cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 242, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 242, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf2cd; background: linear-gradient(135deg, #ccf2cd, #CCF2E6);