#f2b9ab
a light, vivid red · warm · closest name: pink
RGB
242, 185, 171
HSL
12°, 73%, 81%
CMYK
0, 24, 29, 5
Luminance
0.5652
Every format
| HEX | #f2b9ab |
| RGB | rgb(242, 185, 171) |
| HSL | hsl(12, 73%, 81%) |
| CMYK | cmyk(0%, 24%, 29%, 5%) |
| LAB | lab(79.9 18.6 15.1) |
| LCH | lch(79.9 24.0 39.0) |
| OKLCH | oklch(0.834 0.069 34.2) |
Copy-ready code
/* CSS */
color: #f2b9ab;
background-color: #f2b9ab;
/* Tailwind (arbitrary) */
class="text-[#f2b9ab] bg-[#f2b9ab]"
/* SCSS */
$brand: #f2b9ab;
/* SwiftUI */
Color(red: 0.949, green: 0.725, blue: 0.671)
/* Android */
Color.parseColor("#f2b9ab")Accessibility — WCAG contrast
Aa
#f2b9ab on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2b9ab on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green72.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta23.6%
Yellow29.3%
Key (black)5.1%
Color previews
#f2b9ab text on a black background
contrast 12.30:1
Card sample
#f2b9ab text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2b9ab;
Background color
Panel with #f2b9ab background
background-color: #f2b9ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2b9ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 185, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 185, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2b9ab; background: linear-gradient(135deg, #f2b9ab, #F2E8AB);