#f28751
a balanced, electric orange · warm · closest name: coral
RGB
242, 135, 81
HSL
20°, 86%, 63%
CMYK
0, 44, 67, 5
Luminance
0.3680
Every format
| HEX | #f28751 |
| RGB | rgb(242, 135, 81) |
| HSL | hsl(20, 86%, 63%) |
| CMYK | cmyk(0%, 44%, 67%, 5%) |
| LAB | lab(67.1 36.4 46.3) |
| LCH | lch(67.1 58.9 51.8) |
| OKLCH | oklch(0.730 0.148 46.2) |
Copy-ready code
/* CSS */
color: #f28751;
background-color: #f28751;
/* Tailwind (arbitrary) */
class="text-[#f28751] bg-[#f28751]"
/* SCSS */
$brand: #f28751;
/* SwiftUI */
Color(red: 0.949, green: 0.529, blue: 0.318)
/* Android */
Color.parseColor("#f28751")Accessibility — WCAG contrast
Aa
#f28751 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f28751 on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green52.9%
Blue31.8%
CMYK percentages
Cyan0.0%
Magenta44.2%
Yellow66.5%
Key (black)5.1%
Color previews
#f28751 text on a black background
contrast 8.36:1
Card sample
#f28751 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f28751;
Background color
Panel with #f28751 background
background-color: #f28751;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f28751;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 135, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 135, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f28751; background: linear-gradient(135deg, #f28751, #F2F251);