#fba89d
a light, electric red · warm · closest name: pink
RGB
251, 168, 157
HSL
7°, 92%, 80%
CMYK
0, 33, 38, 2
Luminance
0.5095
Every format
| HEX | #fba89d |
| RGB | rgb(251, 168, 157) |
| HSL | hsl(7, 92%, 80%) |
| CMYK | cmyk(0%, 33%, 38%, 2%) |
| LAB | lab(76.7 29.3 18.2) |
| LCH | lch(76.7 34.5 31.9) |
| OKLCH | oklch(0.810 0.100 27.8) |
Copy-ready code
/* CSS */
color: #fba89d;
background-color: #fba89d;
/* Tailwind (arbitrary) */
class="text-[#fba89d] bg-[#fba89d]"
/* SCSS */
$brand: #fba89d;
/* SwiftUI */
Color(red: 0.984, green: 0.659, blue: 0.616)
/* Android */
Color.parseColor("#fba89d")Accessibility — WCAG contrast
Aa
#fba89d on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba89d on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green65.9%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta33.1%
Yellow37.5%
Key (black)1.6%
Color previews
#fba89d text on a black background
contrast 11.19:1
Card sample
#fba89d text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba89d;
Background color
Panel with #fba89d background
background-color: #fba89d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba89d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 168, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 168, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba89d; background: linear-gradient(135deg, #fba89d, #FBE79D);