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