#f28668
a light, electric red · warm · closest name: salmon
RGB
242, 134, 104
HSL
13°, 84%, 68%
CMYK
0, 45, 57, 5
Luminance
0.3693
Every format
| HEX | #f28668 |
| RGB | rgb(242, 134, 104) |
| HSL | hsl(13, 84%, 68%) |
| CMYK | cmyk(0%, 45%, 57%, 5%) |
| LAB | lab(67.2 38.5 34.3) |
| LCH | lch(67.2 51.5 41.7) |
| OKLCH | oklch(0.732 0.139 36.4) |
Copy-ready code
/* CSS */
color: #f28668;
background-color: #f28668;
/* Tailwind (arbitrary) */
class="text-[#f28668] bg-[#f28668]"
/* SCSS */
$brand: #f28668;
/* SwiftUI */
Color(red: 0.949, green: 0.525, blue: 0.408)
/* Android */
Color.parseColor("#f28668")Accessibility — WCAG contrast
Aa
#f28668 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f28668 on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green52.5%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta44.6%
Yellow57.0%
Key (black)5.1%
Color previews
#f28668 text on a black background
contrast 8.39:1
Card sample
#f28668 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f28668;
Background color
Panel with #f28668 background
background-color: #f28668;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f28668;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 134, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 134, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f28668; background: linear-gradient(135deg, #f28668, #F2E268);