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