#cdfb83
a light, electric green · cool · closest name: khaki
RGB
205, 251, 131
HSL
83°, 94%, 75%
CMYK
18, 0, 48, 2
Luminance
0.8361
Every format
| HEX | #cdfb83 |
| RGB | rgb(205, 251, 131) |
| HSL | hsl(83, 94%, 75%) |
| CMYK | cmyk(18%, 0%, 48%, 2%) |
| LAB | lab(93.3 -33.3 52.4) |
| LCH | lch(93.3 62.1 122.5) |
| OKLCH | oklch(0.930 0.156 126.5) |
Copy-ready code
/* CSS */
color: #cdfb83;
background-color: #cdfb83;
/* Tailwind (arbitrary) */
class="text-[#cdfb83] bg-[#cdfb83]"
/* SCSS */
$brand: #cdfb83;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.514)
/* Android */
Color.parseColor("#cdfb83")Accessibility — WCAG contrast
Aa
#cdfb83 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfb83 on black: 17.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue51.4%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow47.8%
Key (black)1.6%
Color previews
#cdfb83 text on a black background
contrast 17.72:1
Card sample
#cdfb83 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfb83;
Background color
Panel with #cdfb83 background
background-color: #cdfb83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfb83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfb83; background: linear-gradient(135deg, #cdfb83, #83FB89);