#cbfd91
a light, electric green · cool · closest name: khaki
RGB
203, 253, 145
HSL
88°, 96%, 78%
CMYK
20, 0, 43, 1
Luminance
0.8499
Every format
| HEX | #cbfd91 |
| RGB | rgb(203, 253, 145) |
| HSL | hsl(88, 96%, 78%) |
| CMYK | cmyk(20%, 0%, 43%, 1%) |
| LAB | lab(93.9 -33.4 46.5) |
| LCH | lch(93.9 57.2 125.7) |
| OKLCH | oklch(0.936 0.146 129.2) |
Copy-ready code
/* CSS */
color: #cbfd91;
background-color: #cbfd91;
/* Tailwind (arbitrary) */
class="text-[#cbfd91] bg-[#cbfd91]"
/* SCSS */
$brand: #cbfd91;
/* SwiftUI */
Color(red: 0.796, green: 0.992, blue: 0.569)
/* Android */
Color.parseColor("#cbfd91")Accessibility — WCAG contrast
Aa
#cbfd91 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfd91 on black: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.2%
Blue56.9%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow42.7%
Key (black)0.8%
Color previews
#cbfd91 text on a black background
contrast 18.00:1
Card sample
#cbfd91 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfd91;
Background color
Panel with #cbfd91 background
background-color: #cbfd91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfd91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 253, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 253, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfd91; background: linear-gradient(135deg, #cbfd91, #91FD9F);