#f3b4af
a light, vivid red · warm · closest name: pink
RGB
243, 180, 175
HSL
4°, 74%, 82%
CMYK
0, 26, 28, 5
Luminance
0.5479
Every format
| HEX | #f3b4af |
| RGB | rgb(243, 180, 175) |
| HSL | hsl(4, 74%, 82%) |
| CMYK | cmyk(0%, 26%, 28%, 5%) |
| LAB | lab(78.9 22.2 11.5) |
| LCH | lch(78.9 25.0 27.5) |
| OKLCH | oklch(0.827 0.074 23.9) |
Copy-ready code
/* CSS */
color: #f3b4af;
background-color: #f3b4af;
/* Tailwind (arbitrary) */
class="text-[#f3b4af] bg-[#f3b4af]"
/* SCSS */
$brand: #f3b4af;
/* SwiftUI */
Color(red: 0.953, green: 0.706, blue: 0.686)
/* Android */
Color.parseColor("#f3b4af")Accessibility — WCAG contrast
Aa
#f3b4af on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3b4af on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green70.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta25.9%
Yellow28.0%
Key (black)4.7%
Color previews
#f3b4af text on a black background
contrast 11.96:1
Card sample
#f3b4af text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3b4af;
Background color
Panel with #f3b4af background
background-color: #f3b4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3b4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 180, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 180, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3b4af; background: linear-gradient(135deg, #f3b4af, #F3E1AF);