#cdfb92
a light, electric green · cool · closest name: khaki
RGB
205, 251, 146
HSL
86°, 93%, 78%
CMYK
18, 0, 42, 2
Luminance
0.8405
Every format
| HEX | #cdfb92 |
| RGB | rgb(205, 251, 146) |
| HSL | hsl(86, 93%, 78%) |
| CMYK | cmyk(18%, 0%, 42%, 2%) |
| LAB | lab(93.5 -31.7 45.5) |
| LCH | lch(93.5 55.4 124.8) |
| OKLCH | oklch(0.933 0.141 128.2) |
Copy-ready code
/* CSS */
color: #cdfb92;
background-color: #cdfb92;
/* Tailwind (arbitrary) */
class="text-[#cdfb92] bg-[#cdfb92]"
/* SCSS */
$brand: #cdfb92;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.573)
/* Android */
Color.parseColor("#cdfb92")Accessibility — WCAG contrast
Aa
#cdfb92 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfb92 on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue57.3%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow41.8%
Key (black)1.6%
Color previews
#cdfb92 text on a black background
contrast 17.81:1
Card sample
#cdfb92 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfb92;
Background color
Panel with #cdfb92 background
background-color: #cdfb92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfb92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfb92; background: linear-gradient(135deg, #cdfb92, #92FB9D);