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