#ccf8ce
a pale, electric green · cool · closest name: beige
RGB
204, 248, 206
HSL
123°, 76%, 89%
CMYK
18, 0, 17, 3
Luminance
0.8443
Every format
| HEX | #ccf8ce |
| RGB | rgb(204, 248, 206) |
| HSL | hsl(123, 76%, 89%) |
| CMYK | cmyk(18%, 0%, 17%, 3%) |
| LAB | lab(93.6 -21.9 15.6) |
| LCH | lch(93.6 26.9 144.5) |
| OKLCH | oklch(0.937 0.072 146.2) |
Copy-ready code
/* CSS */
color: #ccf8ce;
background-color: #ccf8ce;
/* Tailwind (arbitrary) */
class="text-[#ccf8ce] bg-[#ccf8ce]"
/* SCSS */
$brand: #ccf8ce;
/* SwiftUI */
Color(red: 0.800, green: 0.973, blue: 0.808)
/* Android */
Color.parseColor("#ccf8ce")Accessibility — WCAG contrast
Aa
#ccf8ce on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf8ce on black: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green97.3%
Blue80.8%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow16.9%
Key (black)2.7%
Color previews
#ccf8ce text on a black background
contrast 17.89:1
Card sample
#ccf8ce text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf8ce;
Background color
Panel with #ccf8ce background
background-color: #ccf8ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf8ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 248, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 248, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf8ce; background: linear-gradient(135deg, #ccf8ce, #CCF8EB);