#f1baba
a light, vivid red · warm · closest name: pink
RGB
241, 186, 186
HSL
0°, 66%, 84%
CMYK
0, 23, 23, 6
Luminance
0.5736
Every format
| HEX | #f1baba |
| RGB | rgb(241, 186, 186) |
| HSL | hsl(0, 66%, 84%) |
| CMYK | cmyk(0%, 23%, 23%, 6%) |
| LAB | lab(80.4 19.8 7.7) |
| LCH | lch(80.4 21.2 21.1) |
| OKLCH | oklch(0.838 0.064 18.5) |
Copy-ready code
/* CSS */
color: #f1baba;
background-color: #f1baba;
/* Tailwind (arbitrary) */
class="text-[#f1baba] bg-[#f1baba]"
/* SCSS */
$brand: #f1baba;
/* SwiftUI */
Color(red: 0.945, green: 0.729, blue: 0.729)
/* Android */
Color.parseColor("#f1baba")Accessibility — WCAG contrast
Aa
#f1baba on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1baba on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green72.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta22.8%
Yellow22.8%
Key (black)5.5%
Color previews
#f1baba text on a black background
contrast 12.47:1
Card sample
#f1baba text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1baba;
Background color
Panel with #f1baba background
background-color: #f1baba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1baba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 186, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 186, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1baba; background: linear-gradient(135deg, #f1baba, #F1DFBA);