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