#ccf5b8
a light, electric green · cool · closest name: beige
RGB
204, 245, 184
HSL
100°, 75%, 84%
CMYK
17, 0, 25, 4
Luminance
0.8160
Every format
| HEX | #ccf5b8 |
| RGB | rgb(204, 245, 184) |
| HSL | hsl(100, 75%, 84%) |
| CMYK | cmyk(17%, 0%, 25%, 4%) |
| LAB | lab(92.4 -24.0 25.1) |
| LCH | lch(92.4 34.8 133.7) |
| OKLCH | oklch(0.926 0.091 135.5) |
Copy-ready code
/* CSS */
color: #ccf5b8;
background-color: #ccf5b8;
/* Tailwind (arbitrary) */
class="text-[#ccf5b8] bg-[#ccf5b8]"
/* SCSS */
$brand: #ccf5b8;
/* SwiftUI */
Color(red: 0.800, green: 0.961, blue: 0.722)
/* Android */
Color.parseColor("#ccf5b8")Accessibility — WCAG contrast
Aa
#ccf5b8 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf5b8 on black: 17.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green96.1%
Blue72.2%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow24.9%
Key (black)3.9%
Color previews
#ccf5b8 text on a black background
contrast 17.32:1
Card sample
#ccf5b8 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf5b8;
Background color
Panel with #ccf5b8 background
background-color: #ccf5b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf5b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 245, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 245, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf5b8; background: linear-gradient(135deg, #ccf5b8, #B8F5CD);