#fba09d
a light, electric red · warm · closest name: pink
RGB
251, 160, 157
HSL
2°, 92%, 80%
CMYK
0, 36, 38, 2
Luminance
0.4809
Every format
| HEX | #fba09d |
| RGB | rgb(251, 160, 157) |
| HSL | hsl(2, 92%, 80%) |
| CMYK | cmyk(0%, 36%, 38%, 2%) |
| LAB | lab(74.9 33.4 15.8) |
| LCH | lch(74.9 37.0 25.2) |
| OKLCH | oklch(0.796 0.109 21.8) |
Copy-ready code
/* CSS */
color: #fba09d;
background-color: #fba09d;
/* Tailwind (arbitrary) */
class="text-[#fba09d] bg-[#fba09d]"
/* SCSS */
$brand: #fba09d;
/* SwiftUI */
Color(red: 0.984, green: 0.627, blue: 0.616)
/* Android */
Color.parseColor("#fba09d")Accessibility — WCAG contrast
Aa
#fba09d on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba09d on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green62.7%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta36.3%
Yellow37.5%
Key (black)1.6%
Color previews
#fba09d text on a black background
contrast 10.62:1
Card sample
#fba09d text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba09d;
Background color
Panel with #fba09d background
background-color: #fba09d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba09d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 160, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 160, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba09d; background: linear-gradient(135deg, #fba09d, #FBDF9D);