#cbf48f
a light, electric green · cool · closest name: khaki
RGB
203, 244, 143
HSL
84°, 82%, 76%
CMYK
17, 0, 41, 4
Luminance
0.7938
Every format
| HEX | #cbf48f |
| RGB | rgb(203, 244, 143) |
| HSL | hsl(84, 82%, 76%) |
| CMYK | cmyk(17%, 0%, 41%, 4%) |
| LAB | lab(91.4 -29.5 44.3) |
| LCH | lch(91.4 53.2 123.6) |
| OKLCH | oklch(0.916 0.135 126.9) |
Copy-ready code
/* CSS */
color: #cbf48f;
background-color: #cbf48f;
/* Tailwind (arbitrary) */
class="text-[#cbf48f] bg-[#cbf48f]"
/* SCSS */
$brand: #cbf48f;
/* SwiftUI */
Color(red: 0.796, green: 0.957, blue: 0.561)
/* Android */
Color.parseColor("#cbf48f")Accessibility — WCAG contrast
Aa
#cbf48f on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf48f on black: 16.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green95.7%
Blue56.1%
CMYK percentages
Cyan16.8%
Magenta0.0%
Yellow41.4%
Key (black)4.3%
Color previews
#cbf48f text on a black background
contrast 16.88:1
Card sample
#cbf48f text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf48f;
Background color
Panel with #cbf48f background
background-color: #cbf48f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf48f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 244, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 244, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf48f; background: linear-gradient(135deg, #cbf48f, #8FF496);