#f0afb2
a light, vivid red · warm · closest name: pink
RGB
240, 175, 178
HSL
357°, 68%, 81%
CMYK
0, 27, 26, 6
Luminance
0.5240
Every format
| HEX | #f0afb2 |
| RGB | rgb(240, 175, 178) |
| HSL | hsl(357, 68%, 81%) |
| CMYK | cmyk(0%, 27%, 26%, 6%) |
| LAB | lab(77.5 24.1 7.9) |
| LCH | lch(77.5 25.4 18.1) |
| OKLCH | oklch(0.815 0.076 15.8) |
Copy-ready code
/* CSS */
color: #f0afb2;
background-color: #f0afb2;
/* Tailwind (arbitrary) */
class="text-[#f0afb2] bg-[#f0afb2]"
/* SCSS */
$brand: #f0afb2;
/* SwiftUI */
Color(red: 0.941, green: 0.686, blue: 0.698)
/* Android */
Color.parseColor("#f0afb2")Accessibility — WCAG contrast
Aa
#f0afb2 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0afb2 on black: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green68.6%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow25.8%
Key (black)5.9%
Color previews
#f0afb2 text on a black background
contrast 11.48:1
Card sample
#f0afb2 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0afb2;
Background color
Panel with #f0afb2 background
background-color: #f0afb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0afb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 175, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 175, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0afb2; background: linear-gradient(135deg, #f0afb2, #F0D7AF);