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