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