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