#f27568
a light, electric red · warm · closest name: salmon
RGB
242, 117, 104
HSL
6°, 84%, 68%
CMYK
0, 52, 57, 5
Luminance
0.3260
Every format
| HEX | #f27568 |
| RGB | rgb(242, 117, 104) |
| HSL | hsl(6, 84%, 68%) |
| CMYK | cmyk(0%, 52%, 57%, 5%) |
| LAB | lab(63.8 47.0 30.0) |
| LCH | lch(63.8 55.7 32.6) |
| OKLCH | oklch(0.706 0.156 27.8) |
Copy-ready code
/* CSS */
color: #f27568;
background-color: #f27568;
/* Tailwind (arbitrary) */
class="text-[#f27568] bg-[#f27568]"
/* SCSS */
$brand: #f27568;
/* SwiftUI */
Color(red: 0.949, green: 0.459, blue: 0.408)
/* Android */
Color.parseColor("#f27568")Accessibility — WCAG contrast
Aa
#f27568 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f27568 on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green45.9%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta51.7%
Yellow57.0%
Key (black)5.1%
Color previews
#f27568 text on a black background
contrast 7.52:1
Card sample
#f27568 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f27568;
Background color
Panel with #f27568 background
background-color: #f27568;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f27568;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 117, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 117, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f27568; background: linear-gradient(135deg, #f27568, #F2D168);