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