#cbf5ac
a light, electric green · cool · closest name: khaki
RGB
203, 245, 172
HSL
95°, 79%, 82%
CMYK
17, 0, 30, 4
Luminance
0.8098
Every format
| HEX | #cbf5ac |
| RGB | rgb(203, 245, 172) |
| HSL | hsl(95, 79%, 82%) |
| CMYK | cmyk(17%, 0%, 30%, 4%) |
| LAB | lab(92.1 -26.1 30.9) |
| LCH | lch(92.1 40.4 130.3) |
| OKLCH | oklch(0.923 0.105 132.5) |
Copy-ready code
/* CSS */
color: #cbf5ac;
background-color: #cbf5ac;
/* Tailwind (arbitrary) */
class="text-[#cbf5ac] bg-[#cbf5ac]"
/* SCSS */
$brand: #cbf5ac;
/* SwiftUI */
Color(red: 0.796, green: 0.961, blue: 0.675)
/* Android */
Color.parseColor("#cbf5ac")Accessibility — WCAG contrast
Aa
#cbf5ac on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf5ac on black: 17.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.1%
Blue67.5%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow29.8%
Key (black)3.9%
Color previews
#cbf5ac text on a black background
contrast 17.20:1
Card sample
#cbf5ac text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf5ac;
Background color
Panel with #cbf5ac background
background-color: #cbf5ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf5ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 245, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 245, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf5ac; background: linear-gradient(135deg, #cbf5ac, #ACF5BE);