#fdb243
a balanced, electric orange · warm · closest name: orange
RGB
253, 178, 67
HSL
36°, 98%, 63%
CMYK
0, 30, 74, 1
Luminance
0.5313
Every format
| HEX | #fdb243 |
| RGB | rgb(253, 178, 67) |
| HSL | hsl(36, 98%, 63%) |
| CMYK | cmyk(0%, 30%, 74%, 1%) |
| LAB | lab(78.0 17.8 64.7) |
| LCH | lch(78.0 67.1 74.6) |
| OKLCH | oklch(0.817 0.150 72.9) |
Copy-ready code
/* CSS */
color: #fdb243;
background-color: #fdb243;
/* Tailwind (arbitrary) */
class="text-[#fdb243] bg-[#fdb243]"
/* SCSS */
$brand: #fdb243;
/* SwiftUI */
Color(red: 0.992, green: 0.698, blue: 0.263)
/* Android */
Color.parseColor("#fdb243")Accessibility — WCAG contrast
Aa
#fdb243 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb243 on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green69.8%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta29.6%
Yellow73.5%
Key (black)0.8%
Color previews
#fdb243 text on a black background
contrast 11.63:1
Card sample
#fdb243 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb243;
Background color
Panel with #fdb243 background
background-color: #fdb243;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb243;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 178, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 178, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb243; background: linear-gradient(135deg, #fdb243, #CCFD43);