#ccf8cb
a pale, electric green · cool · closest name: beige
RGB
204, 248, 203
HSL
119°, 76%, 88%
CMYK
18, 0, 18, 3
Luminance
0.8428
Every format
| HEX | #ccf8cb |
| RGB | rgb(204, 248, 203) |
| HSL | hsl(119, 76%, 88%) |
| CMYK | cmyk(18%, 0%, 18%, 3%) |
| LAB | lab(93.6 -22.4 17.0) |
| LCH | lch(93.6 28.1 142.7) |
| OKLCH | oklch(0.936 0.075 144.4) |
Copy-ready code
/* CSS */
color: #ccf8cb;
background-color: #ccf8cb;
/* Tailwind (arbitrary) */
class="text-[#ccf8cb] bg-[#ccf8cb]"
/* SCSS */
$brand: #ccf8cb;
/* SwiftUI */
Color(red: 0.800, green: 0.973, blue: 0.796)
/* Android */
Color.parseColor("#ccf8cb")Accessibility — WCAG contrast
Aa
#ccf8cb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf8cb on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green97.3%
Blue79.6%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow18.1%
Key (black)2.7%
Color previews
#ccf8cb text on a black background
contrast 17.86:1
Card sample
#ccf8cb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf8cb;
Background color
Panel with #ccf8cb background
background-color: #ccf8cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf8cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 248, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 248, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf8cb; background: linear-gradient(135deg, #ccf8cb, #CBF8E8);