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