#ffda3c
a balanced, electric yellow · cool · closest name: gold
RGB
255, 218, 60
HSL
49°, 100%, 62%
CMYK
0, 15, 77, 0
Luminance
0.7173
Every format
| HEX | #ffda3c |
| RGB | rgb(255, 218, 60) |
| HSL | hsl(49, 100%, 62%) |
| CMYK | cmyk(0%, 15%, 77%, 0%) |
| LAB | lab(87.8 -2.3 76.7) |
| LCH | lch(87.8 76.7 91.7) |
| OKLCH | oklch(0.894 0.168 95.1) |
Copy-ready code
/* CSS */
color: #ffda3c;
background-color: #ffda3c;
/* Tailwind (arbitrary) */
class="text-[#ffda3c] bg-[#ffda3c]"
/* SCSS */
$brand: #ffda3c;
/* SwiftUI */
Color(red: 1.000, green: 0.855, blue: 0.235)
/* Android */
Color.parseColor("#ffda3c")Accessibility — WCAG contrast
Aa
#ffda3c on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffda3c on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.5%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow76.5%
Key (black)0.0%
Color previews
#ffda3c text on a black background
contrast 15.35:1
Card sample
#ffda3c text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffda3c;
Background color
Panel with #ffda3c background
background-color: #ffda3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffda3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 218, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 218, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffda3c; background: linear-gradient(135deg, #ffda3c, #A2FF3C);