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