#f3b2ad
a light, vivid red · warm · closest name: pink
RGB
243, 178, 173
HSL
4°, 75%, 82%
CMYK
0, 27, 29, 5
Luminance
0.5391
Every format
| HEX | #f3b2ad |
| RGB | rgb(243, 178, 173) |
| HSL | hsl(4, 75%, 82%) |
| CMYK | cmyk(0%, 27%, 29%, 5%) |
| LAB | lab(78.4 23.0 11.9) |
| LCH | lch(78.4 25.9 27.4) |
| OKLCH | oklch(0.823 0.077 23.8) |
Copy-ready code
/* CSS */
color: #f3b2ad;
background-color: #f3b2ad;
/* Tailwind (arbitrary) */
class="text-[#f3b2ad] bg-[#f3b2ad]"
/* SCSS */
$brand: #f3b2ad;
/* SwiftUI */
Color(red: 0.953, green: 0.698, blue: 0.678)
/* Android */
Color.parseColor("#f3b2ad")Accessibility — WCAG contrast
Aa
#f3b2ad on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3b2ad on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green69.8%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta26.7%
Yellow28.8%
Key (black)4.7%
Color previews
#f3b2ad text on a black background
contrast 11.78:1
Card sample
#f3b2ad text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3b2ad;
Background color
Panel with #f3b2ad background
background-color: #f3b2ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3b2ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 178, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 178, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3b2ad; background: linear-gradient(135deg, #f3b2ad, #F3E1AD);