#cbf293
a light, electric green · cool · closest name: khaki
RGB
203, 242, 147
HSL
85°, 79%, 76%
CMYK
16, 0, 39, 5
Luminance
0.7831
Every format
| HEX | #cbf293 |
| RGB | rgb(203, 242, 147) |
| HSL | hsl(85, 79%, 76%) |
| CMYK | cmyk(16%, 0%, 39%, 5%) |
| LAB | lab(90.9 -28.1 41.8) |
| LCH | lch(90.9 50.3 123.9) |
| OKLCH | oklch(0.912 0.128 127.0) |
Copy-ready code
/* CSS */
color: #cbf293;
background-color: #cbf293;
/* Tailwind (arbitrary) */
class="text-[#cbf293] bg-[#cbf293]"
/* SCSS */
$brand: #cbf293;
/* SwiftUI */
Color(red: 0.796, green: 0.949, blue: 0.576)
/* Android */
Color.parseColor("#cbf293")Accessibility — WCAG contrast
Aa
#cbf293 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf293 on black: 16.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.9%
Blue57.6%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow39.3%
Key (black)5.1%
Color previews
#cbf293 text on a black background
contrast 16.66:1
Card sample
#cbf293 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf293;
Background color
Panel with #cbf293 background
background-color: #cbf293;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf293;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 242, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 242, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf293; background: linear-gradient(135deg, #cbf293, #93F29A);