#fbd2ab
a light, electric orange · warm · closest name: tan
RGB
251, 210, 171
HSL
29°, 91%, 83%
CMYK
0, 16, 32, 2
Luminance
0.6954
Every format
| HEX | #fbd2ab |
| RGB | rgb(251, 210, 171) |
| HSL | hsl(29, 91%, 83%) |
| CMYK | cmyk(0%, 16%, 32%, 2%) |
| LAB | lab(86.8 8.9 24.7) |
| LCH | lch(86.8 26.3 70.1) |
| OKLCH | oklch(0.889 0.069 65.3) |
Copy-ready code
/* CSS */
color: #fbd2ab;
background-color: #fbd2ab;
/* Tailwind (arbitrary) */
class="text-[#fbd2ab] bg-[#fbd2ab]"
/* SCSS */
$brand: #fbd2ab;
/* SwiftUI */
Color(red: 0.984, green: 0.824, blue: 0.671)
/* Android */
Color.parseColor("#fbd2ab")Accessibility — WCAG contrast
Aa
#fbd2ab on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbd2ab on black: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green82.4%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta16.3%
Yellow31.9%
Key (black)1.6%
Color previews
#fbd2ab text on a black background
contrast 14.91:1
Card sample
#fbd2ab text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbd2ab;
Background color
Panel with #fbd2ab background
background-color: #fbd2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbd2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 210, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 210, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbd2ab; background: linear-gradient(135deg, #fbd2ab, #EFFBAB);