#f5baba
a light, vivid red · warm · closest name: pink
RGB
245, 186, 186
HSL
0°, 75%, 85%
CMYK
0, 24, 24, 4
Luminance
0.5808
Every format
| HEX | #f5baba |
| RGB | rgb(245, 186, 186) |
| HSL | hsl(0, 75%, 85%) |
| CMYK | cmyk(0%, 24%, 24%, 4%) |
| LAB | lab(80.8 21.3 8.3) |
| LCH | lch(80.8 22.8 21.3) |
| OKLCH | oklch(0.842 0.069 18.6) |
Copy-ready code
/* CSS */
color: #f5baba;
background-color: #f5baba;
/* Tailwind (arbitrary) */
class="text-[#f5baba] bg-[#f5baba]"
/* SCSS */
$brand: #f5baba;
/* SwiftUI */
Color(red: 0.961, green: 0.729, blue: 0.729)
/* Android */
Color.parseColor("#f5baba")Accessibility — WCAG contrast
Aa
#f5baba on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5baba on black: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green72.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta24.1%
Yellow24.1%
Key (black)3.9%
Color previews
#f5baba text on a black background
contrast 12.62:1
Card sample
#f5baba text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5baba;
Background color
Panel with #f5baba background
background-color: #f5baba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5baba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 186, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 186, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5baba; background: linear-gradient(135deg, #f5baba, #F5E1BA);