#fbaf5c
a light, electric orange · warm · closest name: peru
RGB
251, 175, 92
HSL
31°, 95%, 67%
CMYK
0, 30, 63, 2
Luminance
0.5194
Every format
| HEX | #fbaf5c |
| RGB | rgb(251, 175, 92) |
| HSL | hsl(31, 95%, 67%) |
| CMYK | cmyk(0%, 30%, 63%, 2%) |
| LAB | lab(77.3 19.8 52.8) |
| LCH | lch(77.3 56.4 69.4) |
| OKLCH | oklch(0.811 0.133 66.3) |
Copy-ready code
/* CSS */
color: #fbaf5c;
background-color: #fbaf5c;
/* Tailwind (arbitrary) */
class="text-[#fbaf5c] bg-[#fbaf5c]"
/* SCSS */
$brand: #fbaf5c;
/* SwiftUI */
Color(red: 0.984, green: 0.686, blue: 0.361)
/* Android */
Color.parseColor("#fbaf5c")Accessibility — WCAG contrast
Aa
#fbaf5c on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbaf5c on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.6%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta30.3%
Yellow63.3%
Key (black)1.6%
Color previews
#fbaf5c text on a black background
contrast 11.39:1
Card sample
#fbaf5c text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbaf5c;
Background color
Panel with #fbaf5c background
background-color: #fbaf5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbaf5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 175, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 175, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbaf5c; background: linear-gradient(135deg, #fbaf5c, #DDFB5C);