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