#f28660
a light, electric orange · warm · closest name: coral
RGB
242, 134, 96
HSL
16°, 85%, 66%
CMYK
0, 45, 60, 5
Luminance
0.3677
Every format
| HEX | #f28660 |
| RGB | rgb(242, 134, 96) |
| HSL | hsl(16, 85%, 66%) |
| CMYK | cmyk(0%, 45%, 60%, 5%) |
| LAB | lab(67.1 37.9 38.5) |
| LCH | lch(67.1 54.0 45.4) |
| OKLCH | oklch(0.731 0.142 39.9) |
Copy-ready code
/* CSS */
color: #f28660;
background-color: #f28660;
/* Tailwind (arbitrary) */
class="text-[#f28660] bg-[#f28660]"
/* SCSS */
$brand: #f28660;
/* SwiftUI */
Color(red: 0.949, green: 0.525, blue: 0.376)
/* Android */
Color.parseColor("#f28660")Accessibility — WCAG contrast
Aa
#f28660 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f28660 on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green52.5%
Blue37.6%
CMYK percentages
Cyan0.0%
Magenta44.6%
Yellow60.3%
Key (black)5.1%
Color previews
#f28660 text on a black background
contrast 8.35:1
Card sample
#f28660 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f28660;
Background color
Panel with #f28660 background
background-color: #f28660;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f28660;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 134, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 134, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f28660; background: linear-gradient(135deg, #f28660, #F2E760);