#fd995f
a light, electric orange · warm · closest name: coral
RGB
253, 153, 95
HSL
22°, 98%, 68%
CMYK
0, 40, 63, 1
Luminance
0.4449
Every format
| HEX | #fd995f |
| RGB | rgb(253, 153, 95) |
| HSL | hsl(22, 98%, 68%) |
| CMYK | cmyk(0%, 40%, 63%, 1%) |
| LAB | lab(72.6 32.3 45.9) |
| LCH | lch(72.6 56.1 54.9) |
| OKLCH | oklch(0.775 0.141 49.7) |
Copy-ready code
/* CSS */
color: #fd995f;
background-color: #fd995f;
/* Tailwind (arbitrary) */
class="text-[#fd995f] bg-[#fd995f]"
/* SCSS */
$brand: #fd995f;
/* SwiftUI */
Color(red: 0.992, green: 0.600, blue: 0.373)
/* Android */
Color.parseColor("#fd995f")Accessibility — WCAG contrast
Aa
#fd995f on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd995f on black: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green60.0%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta39.5%
Yellow62.5%
Key (black)0.8%
Color previews
#fd995f text on a black background
contrast 9.90:1
Card sample
#fd995f text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd995f;
Background color
Panel with #fd995f background
background-color: #fd995f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd995f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 153, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 153, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd995f; background: linear-gradient(135deg, #fd995f, #F8FD5F);