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