#ccf8e4
a pale, electric green · cool · closest name: beige
RGB
204, 248, 228
HSL
153°, 76%, 89%
CMYK
18, 0, 8, 3
Luminance
0.8557
Every format
| HEX | #ccf8e4 |
| RGB | rgb(204, 248, 228) |
| HSL | hsl(153, 76%, 89%) |
| CMYK | cmyk(18%, 0%, 8%, 3%) |
| LAB | lab(94.1 -17.9 4.9) |
| LCH | lch(94.1 18.6 164.6) |
| OKLCH | oklch(0.943 0.053 165.9) |
Copy-ready code
/* CSS */
color: #ccf8e4;
background-color: #ccf8e4;
/* Tailwind (arbitrary) */
class="text-[#ccf8e4] bg-[#ccf8e4]"
/* SCSS */
$brand: #ccf8e4;
/* SwiftUI */
Color(red: 0.800, green: 0.973, blue: 0.894)
/* Android */
Color.parseColor("#ccf8e4")Accessibility — WCAG contrast
Aa
#ccf8e4 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf8e4 on black: 18.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green97.3%
Blue89.4%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow8.1%
Key (black)2.7%
Color previews
#ccf8e4 text on a black background
contrast 18.11:1
Card sample
#ccf8e4 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf8e4;
Background color
Panel with #ccf8e4 background
background-color: #ccf8e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf8e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 248, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 248, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf8e4; background: linear-gradient(135deg, #ccf8e4, #CCEFF8);