#cbf7ac
a light, electric green · cool · closest name: khaki
RGB
203, 247, 172
HSL
95°, 82%, 82%
CMYK
18, 0, 30, 3
Luminance
0.8220
Every format
| HEX | #cbf7ac |
| RGB | rgb(203, 247, 172) |
| HSL | hsl(95, 82%, 82%) |
| CMYK | cmyk(18%, 0%, 30%, 3%) |
| LAB | lab(92.7 -27.1 31.6) |
| LCH | lch(92.7 41.6 130.6) |
| OKLCH | oklch(0.927 0.108 132.9) |
Copy-ready code
/* CSS */
color: #cbf7ac;
background-color: #cbf7ac;
/* Tailwind (arbitrary) */
class="text-[#cbf7ac] bg-[#cbf7ac]"
/* SCSS */
$brand: #cbf7ac;
/* SwiftUI */
Color(red: 0.796, green: 0.969, blue: 0.675)
/* Android */
Color.parseColor("#cbf7ac")Accessibility — WCAG contrast
Aa
#cbf7ac on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf7ac on black: 17.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.9%
Blue67.5%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow30.4%
Key (black)3.1%
Color previews
#cbf7ac text on a black background
contrast 17.44:1
Card sample
#cbf7ac text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf7ac;
Background color
Panel with #cbf7ac background
background-color: #cbf7ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf7ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 247, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 247, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf7ac; background: linear-gradient(135deg, #cbf7ac, #ACF7BF);