#fbd2af
a light, electric orange · warm · closest name: tan
RGB
251, 210, 175
HSL
28°, 91%, 84%
CMYK
0, 16, 30, 2
Luminance
0.6970
Every format
| HEX | #fbd2af |
| RGB | rgb(251, 210, 175) |
| HSL | hsl(28, 91%, 84%) |
| CMYK | cmyk(0%, 16%, 30%, 2%) |
| LAB | lab(86.8 9.4 22.7) |
| LCH | lch(86.8 24.6 67.4) |
| OKLCH | oklch(0.890 0.065 62.3) |
Copy-ready code
/* CSS */
color: #fbd2af;
background-color: #fbd2af;
/* Tailwind (arbitrary) */
class="text-[#fbd2af] bg-[#fbd2af]"
/* SCSS */
$brand: #fbd2af;
/* SwiftUI */
Color(red: 0.984, green: 0.824, blue: 0.686)
/* Android */
Color.parseColor("#fbd2af")Accessibility — WCAG contrast
Aa
#fbd2af on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbd2af on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green82.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta16.3%
Yellow30.3%
Key (black)1.6%
Color previews
#fbd2af text on a black background
contrast 14.94:1
Card sample
#fbd2af text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbd2af;
Background color
Panel with #fbd2af background
background-color: #fbd2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbd2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 210, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 210, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbd2af; background: linear-gradient(135deg, #fbd2af, #F1FBAF);