#f29068
a light, electric orange · warm · closest name: salmon
RGB
242, 144, 104
HSL
17°, 84%, 68%
CMYK
0, 41, 57, 5
Luminance
0.3982
Every format
| HEX | #f29068 |
| RGB | rgb(242, 144, 104) |
| HSL | hsl(17, 84%, 68%) |
| CMYK | cmyk(0%, 41%, 57%, 5%) |
| LAB | lab(69.3 33.3 37.0) |
| LCH | lch(69.3 49.8 48.0) |
| OKLCH | oklch(0.748 0.131 42.6) |
Copy-ready code
/* CSS */
color: #f29068;
background-color: #f29068;
/* Tailwind (arbitrary) */
class="text-[#f29068] bg-[#f29068]"
/* SCSS */
$brand: #f29068;
/* SwiftUI */
Color(red: 0.949, green: 0.565, blue: 0.408)
/* Android */
Color.parseColor("#f29068")Accessibility — WCAG contrast
Aa
#f29068 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f29068 on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green56.5%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta40.5%
Yellow57.0%
Key (black)5.1%
Color previews
#f29068 text on a black background
contrast 8.96:1
Card sample
#f29068 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f29068;
Background color
Panel with #f29068 background
background-color: #f29068;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f29068;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 144, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 144, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f29068; background: linear-gradient(135deg, #f29068, #F2EC68);