#f1adbb
a light, vivid red · warm · closest name: pink
RGB
241, 173, 187
HSL
348°, 71%, 81%
CMYK
0, 28, 22, 6
Luminance
0.5218
Every format
| HEX | #f1adbb |
| RGB | rgb(241, 173, 187) |
| HSL | hsl(348, 71%, 81%) |
| CMYK | cmyk(0%, 28%, 22%, 6%) |
| LAB | lab(77.4 26.8 2.8) |
| LCH | lch(77.4 27.0 6.0) |
| OKLCH | oklch(0.815 0.081 5.4) |
Copy-ready code
/* CSS */
color: #f1adbb;
background-color: #f1adbb;
/* Tailwind (arbitrary) */
class="text-[#f1adbb] bg-[#f1adbb]"
/* SCSS */
$brand: #f1adbb;
/* SwiftUI */
Color(red: 0.945, green: 0.678, blue: 0.733)
/* Android */
Color.parseColor("#f1adbb")Accessibility — WCAG contrast
Aa
#f1adbb on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1adbb on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green67.8%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta28.2%
Yellow22.4%
Key (black)5.5%
Color previews
#f1adbb text on a black background
contrast 11.44:1
Card sample
#f1adbb text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1adbb;
Background color
Panel with #f1adbb background
background-color: #f1adbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1adbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 173, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 173, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1adbb; background: linear-gradient(135deg, #f1adbb, #F1CCAD);