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