#cbf08f
a light, electric green · cool · closest name: khaki
RGB
203, 240, 143
HSL
83°, 76%, 75%
CMYK
15, 0, 40, 6
Luminance
0.7700
Every format
| HEX | #cbf08f |
| RGB | rgb(203, 240, 143) |
| HSL | hsl(83, 76%, 75%) |
| CMYK | cmyk(15%, 0%, 40%, 6%) |
| LAB | lab(90.3 -27.6 42.9) |
| LCH | lch(90.3 51.0 122.7) |
| OKLCH | oklch(0.907 0.130 125.9) |
Copy-ready code
/* CSS */
color: #cbf08f;
background-color: #cbf08f;
/* Tailwind (arbitrary) */
class="text-[#cbf08f] bg-[#cbf08f]"
/* SCSS */
$brand: #cbf08f;
/* SwiftUI */
Color(red: 0.796, green: 0.941, blue: 0.561)
/* Android */
Color.parseColor("#cbf08f")Accessibility — WCAG contrast
Aa
#cbf08f on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf08f on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.1%
Blue56.1%
CMYK percentages
Cyan15.4%
Magenta0.0%
Yellow40.4%
Key (black)5.9%
Color previews
#cbf08f text on a black background
contrast 16.40:1
Card sample
#cbf08f text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf08f;
Background color
Panel with #cbf08f background
background-color: #cbf08f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf08f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 240, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 240, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf08f; background: linear-gradient(135deg, #cbf08f, #8FF094);