#cbf4ac
a light, electric green · cool · closest name: khaki
RGB
203, 244, 172
HSL
94°, 77%, 82%
CMYK
17, 0, 30, 4
Luminance
0.8038
Every format
| HEX | #cbf4ac |
| RGB | rgb(203, 244, 172) |
| HSL | hsl(94, 77%, 82%) |
| CMYK | cmyk(17%, 0%, 30%, 4%) |
| LAB | lab(91.8 -25.7 30.5) |
| LCH | lch(91.8 39.9 130.1) |
| OKLCH | oklch(0.921 0.104 132.3) |
Copy-ready code
/* CSS */
color: #cbf4ac;
background-color: #cbf4ac;
/* Tailwind (arbitrary) */
class="text-[#cbf4ac] bg-[#cbf4ac]"
/* SCSS */
$brand: #cbf4ac;
/* SwiftUI */
Color(red: 0.796, green: 0.957, blue: 0.675)
/* Android */
Color.parseColor("#cbf4ac")Accessibility — WCAG contrast
Aa
#cbf4ac on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf4ac on black: 17.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green95.7%
Blue67.5%
CMYK percentages
Cyan16.8%
Magenta0.0%
Yellow29.5%
Key (black)4.3%
Color previews
#cbf4ac text on a black background
contrast 17.08:1
Card sample
#cbf4ac text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf4ac;
Background color
Panel with #cbf4ac background
background-color: #cbf4ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf4ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 244, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 244, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf4ac; background: linear-gradient(135deg, #cbf4ac, #ACF4BD);