#fd963f
a balanced, electric orange · warm · closest name: chocolate
RGB
253, 150, 63
HSL
28°, 98%, 62%
CMYK
0, 41, 75, 1
Luminance
0.4305
Every format
| HEX | #fd963f |
| RGB | rgb(253, 150, 63) |
| HSL | hsl(28, 98%, 62%) |
| CMYK | cmyk(0%, 41%, 75%, 1%) |
| LAB | lab(71.6 32.2 60.0) |
| LCH | lch(71.6 68.1 61.8) |
| OKLCH | oklch(0.767 0.158 57.0) |
Copy-ready code
/* CSS */
color: #fd963f;
background-color: #fd963f;
/* Tailwind (arbitrary) */
class="text-[#fd963f] bg-[#fd963f]"
/* SCSS */
$brand: #fd963f;
/* SwiftUI */
Color(red: 0.992, green: 0.588, blue: 0.247)
/* Android */
Color.parseColor("#fd963f")Accessibility — WCAG contrast
Aa
#fd963f on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd963f on black: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green58.8%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta40.7%
Yellow75.1%
Key (black)0.8%
Color previews
#fd963f text on a black background
contrast 9.61:1
Card sample
#fd963f text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd963f;
Background color
Panel with #fd963f background
background-color: #fd963f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd963f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 150, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 150, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd963f; background: linear-gradient(135deg, #fd963f, #E5FD3F);