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