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