#cdf069
a light, electric green · cool · closest name: khaki
RGB
205, 240, 105
HSL
76°, 82%, 68%
CMYK
15, 0, 56, 6
Luminance
0.7632
Every format
| HEX | #cdf069 |
| RGB | rgb(205, 240, 105) |
| HSL | hsl(76, 82%, 68%) |
| CMYK | cmyk(15%, 0%, 56%, 6%) |
| LAB | lab(90.0 -30.7 60.3) |
| LCH | lch(90.0 67.7 117.0) |
| OKLCH | oklch(0.903 0.166 121.9) |
Copy-ready code
/* CSS */
color: #cdf069;
background-color: #cdf069;
/* Tailwind (arbitrary) */
class="text-[#cdf069] bg-[#cdf069]"
/* SCSS */
$brand: #cdf069;
/* SwiftUI */
Color(red: 0.804, green: 0.941, blue: 0.412)
/* Android */
Color.parseColor("#cdf069")Accessibility — WCAG contrast
Aa
#cdf069 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf069 on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.1%
Blue41.2%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow56.3%
Key (black)5.9%
Color previews
#cdf069 text on a black background
contrast 16.26:1
Card sample
#cdf069 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf069;
Background color
Panel with #cdf069 background
background-color: #cdf069;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf069;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 240, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 240, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf069; background: linear-gradient(135deg, #cdf069, #73F069);