#cbf8ac
a light, electric green · cool · closest name: khaki
RGB
203, 248, 172
HSL
96°, 84%, 82%
CMYK
18, 0, 31, 3
Luminance
0.8281
Every format
| HEX | #cbf8ac |
| RGB | rgb(203, 248, 172) |
| HSL | hsl(96, 84%, 82%) |
| CMYK | cmyk(18%, 0%, 31%, 3%) |
| LAB | lab(92.9 -27.6 31.9) |
| LCH | lch(92.9 42.2 130.8) |
| OKLCH | oklch(0.929 0.110 133.1) |
Copy-ready code
/* CSS */
color: #cbf8ac;
background-color: #cbf8ac;
/* Tailwind (arbitrary) */
class="text-[#cbf8ac] bg-[#cbf8ac]"
/* SCSS */
$brand: #cbf8ac;
/* SwiftUI */
Color(red: 0.796, green: 0.973, blue: 0.675)
/* Android */
Color.parseColor("#cbf8ac")Accessibility — WCAG contrast
Aa
#cbf8ac on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf8ac on black: 17.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green97.3%
Blue67.5%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow30.6%
Key (black)2.7%
Color previews
#cbf8ac text on a black background
contrast 17.56:1
Card sample
#cbf8ac text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf8ac;
Background color
Panel with #cbf8ac background
background-color: #cbf8ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf8ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 248, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 248, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf8ac; background: linear-gradient(135deg, #cbf8ac, #ACF8C0);