#cbfd9b
a light, electric green · cool · closest name: khaki
RGB
203, 253, 155
HSL
91°, 96%, 80%
CMYK
20, 0, 39, 1
Luminance
0.8531
Every format
| HEX | #cbfd9b |
| RGB | rgb(203, 253, 155) |
| HSL | hsl(91, 96%, 80%) |
| CMYK | cmyk(20%, 0%, 39%, 1%) |
| LAB | lab(94.0 -32.2 41.8) |
| LCH | lch(94.0 52.8 127.6) |
| OKLCH | oklch(0.937 0.136 130.6) |
Copy-ready code
/* CSS */
color: #cbfd9b;
background-color: #cbfd9b;
/* Tailwind (arbitrary) */
class="text-[#cbfd9b] bg-[#cbfd9b]"
/* SCSS */
$brand: #cbfd9b;
/* SwiftUI */
Color(red: 0.796, green: 0.992, blue: 0.608)
/* Android */
Color.parseColor("#cbfd9b")Accessibility — WCAG contrast
Aa
#cbfd9b on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfd9b on black: 18.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.2%
Blue60.8%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow38.7%
Key (black)0.8%
Color previews
#cbfd9b text on a black background
contrast 18.06:1
Card sample
#cbfd9b text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfd9b;
Background color
Panel with #cbfd9b background
background-color: #cbfd9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfd9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 253, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 253, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfd9b; background: linear-gradient(135deg, #cbfd9b, #9BFDAC);