#fdc057
a light, electric orange · warm · closest name: orange
RGB
253, 192, 87
HSL
38°, 98%, 67%
CMYK
0, 24, 66, 1
Luminance
0.5927
Every format
| HEX | #fdc057 |
| RGB | rgb(253, 192, 87) |
| HSL | hsl(38, 98%, 67%) |
| CMYK | cmyk(0%, 24%, 66%, 1%) |
| LAB | lab(81.4 11.5 59.8) |
| LCH | lch(81.4 60.9 79.1) |
| OKLCH | oklch(0.844 0.139 78.4) |
Copy-ready code
/* CSS */
color: #fdc057;
background-color: #fdc057;
/* Tailwind (arbitrary) */
class="text-[#fdc057] bg-[#fdc057]"
/* SCSS */
$brand: #fdc057;
/* SwiftUI */
Color(red: 0.992, green: 0.753, blue: 0.341)
/* Android */
Color.parseColor("#fdc057")Accessibility — WCAG contrast
Aa
#fdc057 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc057 on black: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green75.3%
Blue34.1%
CMYK percentages
Cyan0.0%
Magenta24.1%
Yellow65.6%
Key (black)0.8%
Color previews
#fdc057 text on a black background
contrast 12.85:1
Card sample
#fdc057 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc057;
Background color
Panel with #fdc057 background
background-color: #fdc057;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc057;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 192, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 192, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc057; background: linear-gradient(135deg, #fdc057, #CBFD57);