#fbaf64
a light, electric orange · warm · closest name: peru
RGB
251, 175, 100
HSL
30°, 95%, 69%
CMYK
0, 30, 60, 2
Luminance
0.5209
Every format
| HEX | #fbaf64 |
| RGB | rgb(251, 175, 100) |
| HSL | hsl(30, 95%, 69%) |
| CMYK | cmyk(0%, 30%, 60%, 2%) |
| LAB | lab(77.3 20.4 49.0) |
| LCH | lch(77.3 53.1 67.4) |
| OKLCH | oklch(0.812 0.128 63.9) |
Copy-ready code
/* CSS */
color: #fbaf64;
background-color: #fbaf64;
/* Tailwind (arbitrary) */
class="text-[#fbaf64] bg-[#fbaf64]"
/* SCSS */
$brand: #fbaf64;
/* SwiftUI */
Color(red: 0.984, green: 0.686, blue: 0.392)
/* Android */
Color.parseColor("#fbaf64")Accessibility — WCAG contrast
Aa
#fbaf64 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbaf64 on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.6%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta30.3%
Yellow60.2%
Key (black)1.6%
Color previews
#fbaf64 text on a black background
contrast 11.42:1
Card sample
#fbaf64 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbaf64;
Background color
Panel with #fbaf64 background
background-color: #fbaf64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbaf64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 175, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 175, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbaf64; background: linear-gradient(135deg, #fbaf64, #E2FB64);