#f2875f
a light, electric orange · warm · closest name: coral
RGB
242, 135, 95
HSL
16°, 85%, 66%
CMYK
0, 44, 61, 5
Luminance
0.3703
Every format
| HEX | #f2875f |
| RGB | rgb(242, 135, 95) |
| HSL | hsl(16, 85%, 66%) |
| CMYK | cmyk(0%, 44%, 61%, 5%) |
| LAB | lab(67.3 37.3 39.3) |
| LCH | lch(67.3 54.1 46.5) |
| OKLCH | oklch(0.732 0.142 40.9) |
Copy-ready code
/* CSS */
color: #f2875f;
background-color: #f2875f;
/* Tailwind (arbitrary) */
class="text-[#f2875f] bg-[#f2875f]"
/* SCSS */
$brand: #f2875f;
/* SwiftUI */
Color(red: 0.949, green: 0.529, blue: 0.373)
/* Android */
Color.parseColor("#f2875f")Accessibility — WCAG contrast
Aa
#f2875f on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2875f on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green52.9%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta44.2%
Yellow60.7%
Key (black)5.1%
Color previews
#f2875f text on a black background
contrast 8.41:1
Card sample
#f2875f text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2875f;
Background color
Panel with #f2875f background
background-color: #f2875f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2875f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 135, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 135, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2875f; background: linear-gradient(135deg, #f2875f, #F2E95F);