#fd830c
a balanced, electric orange · warm · closest name: orange
RGB
253, 131, 12
HSL
30°, 98%, 52%
CMYK
0, 48, 95, 1
Luminance
0.3714
Every format
| HEX | #fd830c |
| RGB | rgb(253, 131, 12) |
| HSL | hsl(30, 98%, 52%) |
| CMYK | cmyk(0%, 48%, 95%, 1%) |
| LAB | lab(67.4 40.7 72.4) |
| LCH | lch(67.4 83.0 60.7) |
| OKLCH | oklch(0.734 0.181 54.2) |
Copy-ready code
/* CSS */
color: #fd830c;
background-color: #fd830c;
/* Tailwind (arbitrary) */
class="text-[#fd830c] bg-[#fd830c]"
/* SCSS */
$brand: #fd830c;
/* SwiftUI */
Color(red: 0.992, green: 0.514, blue: 0.047)
/* Android */
Color.parseColor("#fd830c")Accessibility — WCAG contrast
Aa
#fd830c on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd830c on black: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green51.4%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta48.2%
Yellow95.3%
Key (black)0.8%
Color previews
#fd830c text on a black background
contrast 8.43:1
Card sample
#fd830c text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd830c;
Background color
Panel with #fd830c background
background-color: #fd830c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd830c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 131, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 131, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd830c; background: linear-gradient(135deg, #fd830c, #D7FD0C);