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