#f0acad
a light, vivid red · warm · closest name: pink
RGB
240, 172, 173
HSL
359°, 69%, 81%
CMYK
0, 28, 28, 6
Luminance
0.5105
Every format
| HEX | #f0acad |
| RGB | rgb(240, 172, 173) |
| HSL | hsl(359, 69%, 81%) |
| CMYK | cmyk(0%, 28%, 28%, 6%) |
| LAB | lab(76.7 25.1 9.4) |
| LCH | lch(76.7 26.8 20.6) |
| OKLCH | oklch(0.809 0.080 18.0) |
Copy-ready code
/* CSS */
color: #f0acad;
background-color: #f0acad;
/* Tailwind (arbitrary) */
class="text-[#f0acad] bg-[#f0acad]"
/* SCSS */
$brand: #f0acad;
/* SwiftUI */
Color(red: 0.941, green: 0.675, blue: 0.678)
/* Android */
Color.parseColor("#f0acad")Accessibility — WCAG contrast
Aa
#f0acad on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0acad on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green67.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta28.3%
Yellow27.9%
Key (black)5.9%
Color previews
#f0acad text on a black background
contrast 11.21:1
Card sample
#f0acad text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0acad;
Background color
Panel with #f0acad background
background-color: #f0acad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0acad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 172, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 172, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0acad; background: linear-gradient(135deg, #f0acad, #F0D8AC);