#f0a592
a light, electric red · warm · closest name: pink
RGB
240, 165, 146
HSL
12°, 76%, 76%
CMYK
0, 31, 39, 6
Luminance
0.4751
Every format
| HEX | #f0a592 |
| RGB | rgb(240, 165, 146) |
| HSL | hsl(12, 76%, 76%) |
| CMYK | cmyk(0%, 31%, 39%, 6%) |
| LAB | lab(74.5 25.4 21.1) |
| LCH | lch(74.5 33.0 39.6) |
| OKLCH | oklch(0.790 0.094 34.8) |
Copy-ready code
/* CSS */
color: #f0a592;
background-color: #f0a592;
/* Tailwind (arbitrary) */
class="text-[#f0a592] bg-[#f0a592]"
/* SCSS */
$brand: #f0a592;
/* SwiftUI */
Color(red: 0.941, green: 0.647, blue: 0.573)
/* Android */
Color.parseColor("#f0a592")Accessibility — WCAG contrast
Aa
#f0a592 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0a592 on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green64.7%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta31.2%
Yellow39.2%
Key (black)5.9%
Color previews
#f0a592 text on a black background
contrast 10.50:1
Card sample
#f0a592 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0a592;
Background color
Panel with #f0a592 background
background-color: #f0a592;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0a592;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 165, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 165, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0a592; background: linear-gradient(135deg, #f0a592, #F0E492);