#fba697
a light, electric red · warm · closest name: pink
RGB
251, 166, 151
HSL
9°, 93%, 79%
CMYK
0, 34, 40, 2
Luminance
0.5002
Every format
| HEX | #fba697 |
| RGB | rgb(251, 166, 151) |
| HSL | hsl(9, 93%, 79%) |
| CMYK | cmyk(0%, 34%, 40%, 2%) |
| LAB | lab(76.1 29.6 20.7) |
| LCH | lch(76.1 36.1 34.9) |
| OKLCH | oklch(0.805 0.104 30.5) |
Copy-ready code
/* CSS */
color: #fba697;
background-color: #fba697;
/* Tailwind (arbitrary) */
class="text-[#fba697] bg-[#fba697]"
/* SCSS */
$brand: #fba697;
/* SwiftUI */
Color(red: 0.984, green: 0.651, blue: 0.592)
/* Android */
Color.parseColor("#fba697")Accessibility — WCAG contrast
Aa
#fba697 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba697 on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green65.1%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta33.9%
Yellow39.8%
Key (black)1.6%
Color previews
#fba697 text on a black background
contrast 11.00:1
Card sample
#fba697 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba697;
Background color
Panel with #fba697 background
background-color: #fba697;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba697;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 166, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 166, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba697; background: linear-gradient(135deg, #fba697, #FBE997);