#fbaf20
a balanced, electric orange · warm · closest name: orange
RGB
251, 175, 32
HSL
39°, 97%, 56%
CMYK
0, 30, 87, 2
Luminance
0.5127
Every format
| HEX | #fbaf20 |
| RGB | rgb(251, 175, 32) |
| HSL | hsl(39, 97%, 56%) |
| CMYK | cmyk(0%, 30%, 87%, 2%) |
| LAB | lab(76.8 17.4 75.1) |
| LCH | lch(76.8 77.1 77.0) |
| OKLCH | oklch(0.807 0.163 76.0) |
Copy-ready code
/* CSS */
color: #fbaf20;
background-color: #fbaf20;
/* Tailwind (arbitrary) */
class="text-[#fbaf20] bg-[#fbaf20]"
/* SCSS */
$brand: #fbaf20;
/* SwiftUI */
Color(red: 0.984, green: 0.686, blue: 0.125)
/* Android */
Color.parseColor("#fbaf20")Accessibility — WCAG contrast
Aa
#fbaf20 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbaf20 on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.6%
Blue12.5%
CMYK percentages
Cyan0.0%
Magenta30.3%
Yellow87.3%
Key (black)1.6%
Color previews
#fbaf20 text on a black background
contrast 11.25:1
Card sample
#fbaf20 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbaf20;
Background color
Panel with #fbaf20 background
background-color: #fbaf20;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbaf20;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 175, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 175, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbaf20; background: linear-gradient(135deg, #fbaf20, #B5FB20);