#ccf8ba
a pale, electric green · cool · closest name: beige
RGB
204, 248, 186
HSL
103°, 82%, 85%
CMYK
18, 0, 25, 3
Luminance
0.8352
Every format
| HEX | #ccf8ba |
| RGB | rgb(204, 248, 186) |
| HSL | hsl(103, 82%, 85%) |
| CMYK | cmyk(18%, 0%, 25%, 3%) |
| LAB | lab(93.2 -25.1 25.3) |
| LCH | lch(93.2 35.6 134.8) |
| OKLCH | oklch(0.933 0.094 136.7) |
Copy-ready code
/* CSS */
color: #ccf8ba;
background-color: #ccf8ba;
/* Tailwind (arbitrary) */
class="text-[#ccf8ba] bg-[#ccf8ba]"
/* SCSS */
$brand: #ccf8ba;
/* SwiftUI */
Color(red: 0.800, green: 0.973, blue: 0.729)
/* Android */
Color.parseColor("#ccf8ba")Accessibility — WCAG contrast
Aa
#ccf8ba on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf8ba on black: 17.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green97.3%
Blue72.9%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow25.0%
Key (black)2.7%
Color previews
#ccf8ba text on a black background
contrast 17.70:1
Card sample
#ccf8ba text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf8ba;
Background color
Panel with #ccf8ba background
background-color: #ccf8ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf8ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 248, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 248, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf8ba; background: linear-gradient(135deg, #ccf8ba, #BAF8D1);