#f06367
a light, electric red · warm · closest name: salmon
RGB
240, 99, 103
HSL
358°, 83%, 67%
CMYK
0, 59, 57, 6
Luminance
0.2843
Every format
| HEX | #f06367 |
| RGB | rgb(240, 99, 103) |
| HSL | hsl(358, 83%, 67%) |
| CMYK | cmyk(0%, 59%, 57%, 6%) |
| LAB | lab(60.3 54.6 25.8) |
| LCH | lch(60.3 60.4 25.3) |
| OKLCH | oklch(0.679 0.174 21.3) |
Copy-ready code
/* CSS */
color: #f06367;
background-color: #f06367;
/* Tailwind (arbitrary) */
class="text-[#f06367] bg-[#f06367]"
/* SCSS */
$brand: #f06367;
/* SwiftUI */
Color(red: 0.941, green: 0.388, blue: 0.404)
/* Android */
Color.parseColor("#f06367")Accessibility — WCAG contrast
Aa
#f06367 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f06367 on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green38.8%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta58.8%
Yellow57.1%
Key (black)5.9%
Color previews
#f06367 text on a black background
contrast 6.69:1
Card sample
#f06367 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f06367;
Background color
Panel with #f06367 background
background-color: #f06367;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f06367;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 99, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 99, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f06367; background: linear-gradient(135deg, #f06367, #F0BD63);