#ffd60a
a balanced, electric yellow · cool · “gold”
RGB
255, 214, 10
HSL
50°, 100%, 52%
CMYK
0, 16, 96, 0
Luminance
0.6938
Every format
| HEX | #ffd60a |
| RGB | rgb(255, 214, 10) |
| HSL | hsl(50, 100%, 52%) |
| CMYK | cmyk(0%, 16%, 96%, 0%) |
| LAB | lab(86.7 -1.3 86.1) |
| LCH | lch(86.7 86.1 90.9) |
| OKLCH | oklch(0.885 0.180 94.8) |
Copy-ready code
/* CSS */
color: #ffd60a;
background-color: #ffd60a;
/* Tailwind (arbitrary) */
class="text-[#ffd60a] bg-[#ffd60a]"
/* SCSS */
$brand: #ffd60a;
/* SwiftUI */
Color(red: 1.000, green: 0.839, blue: 0.039)
/* Android */
Color.parseColor("#ffd60a")Accessibility — WCAG contrast
Aa
#ffd60a on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd60a on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green83.9%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta16.1%
Yellow96.1%
Key (black)0.0%
Color previews
#ffd60a text on a black background
contrast 14.88:1
Card sample
#ffd60a text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd60a;
Background color
Panel with #ffd60a background
background-color: #ffd60a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd60a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 214, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 214, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd60a; background: linear-gradient(135deg, #ffd60a, #85FF0A);