#f3b9af
a light, vivid red · warm · closest name: pink
RGB
243, 185, 175
HSL
9°, 74%, 82%
CMYK
0, 24, 28, 5
Luminance
0.5685
Every format
| HEX | #f3b9af |
| RGB | rgb(243, 185, 175) |
| HSL | hsl(9, 74%, 82%) |
| CMYK | cmyk(0%, 24%, 28%, 5%) |
| LAB | lab(80.1 19.5 13.2) |
| LCH | lch(80.1 23.6 34.0) |
| OKLCH | oklch(0.836 0.069 29.7) |
Copy-ready code
/* CSS */
color: #f3b9af;
background-color: #f3b9af;
/* Tailwind (arbitrary) */
class="text-[#f3b9af] bg-[#f3b9af]"
/* SCSS */
$brand: #f3b9af;
/* SwiftUI */
Color(red: 0.953, green: 0.725, blue: 0.686)
/* Android */
Color.parseColor("#f3b9af")Accessibility — WCAG contrast
Aa
#f3b9af on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3b9af on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green72.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow28.0%
Key (black)4.7%
Color previews
#f3b9af text on a black background
contrast 12.37:1
Card sample
#f3b9af text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3b9af;
Background color
Panel with #f3b9af background
background-color: #f3b9af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3b9af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 185, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 185, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3b9af; background: linear-gradient(135deg, #f3b9af, #F3E6AF);