#f3afba
a light, vivid red · warm · closest name: pink
RGB
243, 175, 186
HSL
350°, 74%, 82%
CMYK
0, 28, 24, 5
Luminance
0.5326
Every format
| HEX | #f3afba |
| RGB | rgb(243, 175, 186) |
| HSL | hsl(350, 74%, 82%) |
| CMYK | cmyk(0%, 28%, 24%, 5%) |
| LAB | lab(78.0 26.4 4.3) |
| LCH | lch(78.0 26.7 9.3) |
| OKLCH | oklch(0.821 0.081 8.3) |
Copy-ready code
/* CSS */
color: #f3afba;
background-color: #f3afba;
/* Tailwind (arbitrary) */
class="text-[#f3afba] bg-[#f3afba]"
/* SCSS */
$brand: #f3afba;
/* SwiftUI */
Color(red: 0.953, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#f3afba")Accessibility — WCAG contrast
Aa
#f3afba on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3afba on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green68.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta28.0%
Yellow23.5%
Key (black)4.7%
Color previews
#f3afba text on a black background
contrast 11.65:1
Card sample
#f3afba text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3afba;
Background color
Panel with #f3afba background
background-color: #f3afba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3afba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3afba; background: linear-gradient(135deg, #f3afba, #F3D1AF);