#fbaf52
a light, electric orange · warm · closest name: peru
RGB
251, 175, 82
HSL
33°, 96%, 65%
CMYK
0, 30, 67, 2
Luminance
0.5178
Every format
| HEX | #fbaf52 |
| RGB | rgb(251, 175, 82) |
| HSL | hsl(33, 96%, 65%) |
| CMYK | cmyk(0%, 30%, 67%, 2%) |
| LAB | lab(77.2 19.3 57.3) |
| LCH | lch(77.2 60.5 71.4) |
| OKLCH | oklch(0.810 0.140 68.9) |
Copy-ready code
/* CSS */
color: #fbaf52;
background-color: #fbaf52;
/* Tailwind (arbitrary) */
class="text-[#fbaf52] bg-[#fbaf52]"
/* SCSS */
$brand: #fbaf52;
/* SwiftUI */
Color(red: 0.984, green: 0.686, blue: 0.322)
/* Android */
Color.parseColor("#fbaf52")Accessibility — WCAG contrast
Aa
#fbaf52 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbaf52 on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.6%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta30.3%
Yellow67.3%
Key (black)1.6%
Color previews
#fbaf52 text on a black background
contrast 11.36:1
Card sample
#fbaf52 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbaf52;
Background color
Panel with #fbaf52 background
background-color: #fbaf52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbaf52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 175, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 175, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbaf52; background: linear-gradient(135deg, #fbaf52, #D6FB52);