#f1b5af
a light, vivid red · warm · closest name: pink
RGB
241, 181, 175
HSL
6°, 70%, 82%
CMYK
0, 25, 27, 6
Luminance
0.5484
Every format
| HEX | #f1b5af |
| RGB | rgb(241, 181, 175) |
| HSL | hsl(6, 70%, 82%) |
| CMYK | cmyk(0%, 25%, 27%, 6%) |
| LAB | lab(79.0 20.9 11.6) |
| LCH | lch(79.0 23.9 28.9) |
| OKLCH | oklch(0.827 0.071 25.2) |
Copy-ready code
/* CSS */
color: #f1b5af;
background-color: #f1b5af;
/* Tailwind (arbitrary) */
class="text-[#f1b5af] bg-[#f1b5af]"
/* SCSS */
$brand: #f1b5af;
/* SwiftUI */
Color(red: 0.945, green: 0.710, blue: 0.686)
/* Android */
Color.parseColor("#f1b5af")Accessibility — WCAG contrast
Aa
#f1b5af on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1b5af on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green71.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta24.9%
Yellow27.4%
Key (black)5.5%
Color previews
#f1b5af text on a black background
contrast 11.97:1
Card sample
#f1b5af text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1b5af;
Background color
Panel with #f1b5af background
background-color: #f1b5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1b5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 181, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 181, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1b5af; background: linear-gradient(135deg, #f1b5af, #F1E1AF);