#fbc6ab
a light, electric orange · warm · closest name: tan
RGB
251, 198, 171
HSL
20°, 91%, 83%
CMYK
0, 21, 32, 2
Luminance
0.6384
Every format
| HEX | #fbc6ab |
| RGB | rgb(251, 198, 171) |
| HSL | hsl(20, 91%, 83%) |
| CMYK | cmyk(0%, 21%, 32%, 2%) |
| LAB | lab(83.9 15.2 20.7) |
| LCH | lch(83.9 25.7 53.8) |
| OKLCH | oklch(0.867 0.071 48.3) |
Copy-ready code
/* CSS */
color: #fbc6ab;
background-color: #fbc6ab;
/* Tailwind (arbitrary) */
class="text-[#fbc6ab] bg-[#fbc6ab]"
/* SCSS */
$brand: #fbc6ab;
/* SwiftUI */
Color(red: 0.984, green: 0.776, blue: 0.671)
/* Android */
Color.parseColor("#fbc6ab")Accessibility — WCAG contrast
Aa
#fbc6ab on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc6ab on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green77.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta21.1%
Yellow31.9%
Key (black)1.6%
Color previews
#fbc6ab text on a black background
contrast 13.77:1
Card sample
#fbc6ab text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc6ab;
Background color
Panel with #fbc6ab background
background-color: #fbc6ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc6ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 198, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 198, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc6ab; background: linear-gradient(135deg, #fbc6ab, #FBFBAB);