#cbfd83
a light, electric green · cool · closest name: khaki
RGB
203, 253, 131
HSL
85°, 97%, 75%
CMYK
20, 0, 48, 1
Luminance
0.8459
Every format
| HEX | #cbfd83 |
| RGB | rgb(203, 253, 131) |
| HSL | hsl(85, 97%, 75%) |
| CMYK | cmyk(20%, 0%, 48%, 1%) |
| LAB | lab(93.7 -35.0 52.9) |
| LCH | lch(93.7 63.4 123.5) |
| OKLCH | oklch(0.934 0.160 127.6) |
Copy-ready code
/* CSS */
color: #cbfd83;
background-color: #cbfd83;
/* Tailwind (arbitrary) */
class="text-[#cbfd83] bg-[#cbfd83]"
/* SCSS */
$brand: #cbfd83;
/* SwiftUI */
Color(red: 0.796, green: 0.992, blue: 0.514)
/* Android */
Color.parseColor("#cbfd83")Accessibility — WCAG contrast
Aa
#cbfd83 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfd83 on black: 17.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.2%
Blue51.4%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow48.2%
Key (black)0.8%
Color previews
#cbfd83 text on a black background
contrast 17.92:1
Card sample
#cbfd83 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfd83;
Background color
Panel with #cbfd83 background
background-color: #cbfd83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfd83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 253, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 253, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfd83; background: linear-gradient(135deg, #cbfd83, #83FD8C);