#fd692f
a balanced, electric orange · warm · closest name: tomato
RGB
253, 105, 47
HSL
17°, 98%, 59%
CMYK
0, 59, 81, 1
Luminance
0.3119
Every format
| HEX | #fd692f |
| RGB | rgb(253, 105, 47) |
| HSL | hsl(17, 98%, 59%) |
| CMYK | cmyk(0%, 59%, 81%, 1%) |
| LAB | lab(62.7 53.7 58.4) |
| LCH | lch(62.7 79.3 47.4) |
| OKLCH | oklch(0.699 0.194 39.9) |
Copy-ready code
/* CSS */
color: #fd692f;
background-color: #fd692f;
/* Tailwind (arbitrary) */
class="text-[#fd692f] bg-[#fd692f]"
/* SCSS */
$brand: #fd692f;
/* SwiftUI */
Color(red: 0.992, green: 0.412, blue: 0.184)
/* Android */
Color.parseColor("#fd692f")Accessibility — WCAG contrast
Aa
#fd692f on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd692f on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green41.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta58.5%
Yellow81.4%
Key (black)0.8%
Color previews
#fd692f text on a black background
contrast 7.24:1
Card sample
#fd692f text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd692f;
Background color
Panel with #fd692f background
background-color: #fd692f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd692f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 105, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 105, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd692f; background: linear-gradient(135deg, #fd692f, #FDF22F);