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