#fbc4ab
a light, electric orange · warm · closest name: tan
RGB
251, 196, 171
HSL
19°, 91%, 83%
CMYK
0, 22, 32, 2
Luminance
0.6293
Every format
| HEX | #fbc4ab |
| RGB | rgb(251, 196, 171) |
| HSL | hsl(19, 91%, 83%) |
| CMYK | cmyk(0%, 22%, 32%, 2%) |
| LAB | lab(83.4 16.2 20.1) |
| LCH | lch(83.4 25.8 51.0) |
| OKLCH | oklch(0.863 0.072 45.6) |
Copy-ready code
/* CSS */
color: #fbc4ab;
background-color: #fbc4ab;
/* Tailwind (arbitrary) */
class="text-[#fbc4ab] bg-[#fbc4ab]"
/* SCSS */
$brand: #fbc4ab;
/* SwiftUI */
Color(red: 0.984, green: 0.769, blue: 0.671)
/* Android */
Color.parseColor("#fbc4ab")Accessibility — WCAG contrast
Aa
#fbc4ab on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc4ab on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green76.9%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta21.9%
Yellow31.9%
Key (black)1.6%
Color previews
#fbc4ab text on a black background
contrast 13.59:1
Card sample
#fbc4ab text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc4ab;
Background color
Panel with #fbc4ab background
background-color: #fbc4ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc4ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 196, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 196, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc4ab; background: linear-gradient(135deg, #fbc4ab, #FBF9AB);