#fd9268
a light, electric orange · warm · closest name: coral
RGB
253, 146, 104
HSL
17°, 97%, 70%
CMYK
0, 42, 59, 1
Luminance
0.4244
Every format
| HEX | #fd9268 |
| RGB | rgb(253, 146, 104) |
| HSL | hsl(17, 97%, 70%) |
| CMYK | cmyk(0%, 42%, 59%, 1%) |
| LAB | lab(71.2 36.5 39.6) |
| LCH | lch(71.2 53.9 47.3) |
| OKLCH | oklch(0.765 0.141 41.8) |
Copy-ready code
/* CSS */
color: #fd9268;
background-color: #fd9268;
/* Tailwind (arbitrary) */
class="text-[#fd9268] bg-[#fd9268]"
/* SCSS */
$brand: #fd9268;
/* SwiftUI */
Color(red: 0.992, green: 0.573, blue: 0.408)
/* Android */
Color.parseColor("#fd9268")Accessibility — WCAG contrast
Aa
#fd9268 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9268 on black: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green57.3%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow58.9%
Key (black)0.8%
Color previews
#fd9268 text on a black background
contrast 9.49:1
Card sample
#fd9268 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9268;
Background color
Panel with #fd9268 background
background-color: #fd9268;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9268;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 146, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 146, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9268; background: linear-gradient(135deg, #fd9268, #FDF568);