#cdf094
a light, electric green · cool · closest name: khaki
RGB
205, 240, 148
HSL
83°, 75%, 76%
CMYK
15, 0, 38, 6
Luminance
0.7744
Every format
| HEX | #cdf094 |
| RGB | rgb(205, 240, 148) |
| HSL | hsl(83, 75%, 76%) |
| CMYK | cmyk(15%, 0%, 38%, 6%) |
| LAB | lab(90.5 -26.3 40.8) |
| LCH | lch(90.5 48.5 122.8) |
| OKLCH | oklch(0.909 0.123 125.7) |
Copy-ready code
/* CSS */
color: #cdf094;
background-color: #cdf094;
/* Tailwind (arbitrary) */
class="text-[#cdf094] bg-[#cdf094]"
/* SCSS */
$brand: #cdf094;
/* SwiftUI */
Color(red: 0.804, green: 0.941, blue: 0.580)
/* Android */
Color.parseColor("#cdf094")Accessibility — WCAG contrast
Aa
#cdf094 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf094 on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.1%
Blue58.0%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow38.3%
Key (black)5.9%
Color previews
#cdf094 text on a black background
contrast 16.49:1
Card sample
#cdf094 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf094;
Background color
Panel with #cdf094 background
background-color: #cdf094;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf094;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 240, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 240, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf094; background: linear-gradient(135deg, #cdf094, #94F098);