#f4875b
a light, electric orange · warm · closest name: coral
RGB
244, 135, 91
HSL
17°, 87%, 66%
CMYK
0, 45, 63, 4
Luminance
0.3732
Every format
| HEX | #f4875b |
| RGB | rgb(244, 135, 91) |
| HSL | hsl(17, 87%, 66%) |
| CMYK | cmyk(0%, 45%, 63%, 4%) |
| LAB | lab(67.5 37.8 41.7) |
| LCH | lch(67.5 56.3 47.8) |
| OKLCH | oklch(0.734 0.146 42.2) |
Copy-ready code
/* CSS */
color: #f4875b;
background-color: #f4875b;
/* Tailwind (arbitrary) */
class="text-[#f4875b] bg-[#f4875b]"
/* SCSS */
$brand: #f4875b;
/* SwiftUI */
Color(red: 0.957, green: 0.529, blue: 0.357)
/* Android */
Color.parseColor("#f4875b")Accessibility — WCAG contrast
Aa
#f4875b on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4875b on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green52.9%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta44.7%
Yellow62.7%
Key (black)4.3%
Color previews
#f4875b text on a black background
contrast 8.46:1
Card sample
#f4875b text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4875b;
Background color
Panel with #f4875b background
background-color: #f4875b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4875b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 135, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 135, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4875b; background: linear-gradient(135deg, #f4875b, #F4ED5B);