#fdb63f
a balanced, electric orange · warm · closest name: orange
RGB
253, 182, 63
HSL
38°, 98%, 62%
CMYK
0, 28, 75, 1
Luminance
0.5470
Every format
| HEX | #fdb63f |
| RGB | rgb(253, 182, 63) |
| HSL | hsl(38, 98%, 62%) |
| CMYK | cmyk(0%, 28%, 75%, 1%) |
| LAB | lab(78.9 15.5 67.2) |
| LCH | lch(78.9 68.9 77.0) |
| OKLCH | oklch(0.824 0.152 76.0) |
Copy-ready code
/* CSS */
color: #fdb63f;
background-color: #fdb63f;
/* Tailwind (arbitrary) */
class="text-[#fdb63f] bg-[#fdb63f]"
/* SCSS */
$brand: #fdb63f;
/* SwiftUI */
Color(red: 0.992, green: 0.714, blue: 0.247)
/* Android */
Color.parseColor("#fdb63f")Accessibility — WCAG contrast
Aa
#fdb63f on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb63f on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green71.4%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta28.1%
Yellow75.1%
Key (black)0.8%
Color previews
#fdb63f text on a black background
contrast 11.94:1
Card sample
#fdb63f text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb63f;
Background color
Panel with #fdb63f background
background-color: #fdb63f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb63f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 182, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 182, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb63f; background: linear-gradient(135deg, #fdb63f, #C5FD3F);