#cdf115
a balanced, electric yellow · cool · closest name: yellow
RGB
205, 241, 21
HSL
70°, 89%, 51%
CMYK
15, 0, 91, 6
Luminance
0.7594
Every format
| HEX | #cdf115 |
| RGB | rgb(205, 241, 21) |
| HSL | hsl(70, 89%, 51%) |
| CMYK | cmyk(15%, 0%, 91%, 6%) |
| LAB | lab(89.8 -35.1 85.6) |
| LCH | lch(89.8 92.5 112.3) |
| OKLCH | oklch(0.900 0.211 120.1) |
Copy-ready code
/* CSS */
color: #cdf115;
background-color: #cdf115;
/* Tailwind (arbitrary) */
class="text-[#cdf115] bg-[#cdf115]"
/* SCSS */
$brand: #cdf115;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.082)
/* Android */
Color.parseColor("#cdf115")Accessibility — WCAG contrast
Aa
#cdf115 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf115 on black: 16.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue8.2%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow91.3%
Key (black)5.5%
Color previews
#cdf115 text on a black background
contrast 16.19:1
Card sample
#cdf115 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf115;
Background color
Panel with #cdf115 background
background-color: #cdf115;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf115;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf115; background: linear-gradient(135deg, #cdf115, #3BF115);