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