#fbaf72
a light, electric orange · warm · closest name: peru
RGB
251, 175, 114
HSL
27°, 95%, 72%
CMYK
0, 30, 55, 2
Luminance
0.5238
Every format
| HEX | #fbaf72 |
| RGB | rgb(251, 175, 114) |
| HSL | hsl(27, 95%, 72%) |
| CMYK | cmyk(0%, 30%, 55%, 2%) |
| LAB | lab(77.5 21.4 42.2) |
| LCH | lch(77.5 47.3 63.1) |
| OKLCH | oklch(0.814 0.118 58.8) |
Copy-ready code
/* CSS */
color: #fbaf72;
background-color: #fbaf72;
/* Tailwind (arbitrary) */
class="text-[#fbaf72] bg-[#fbaf72]"
/* SCSS */
$brand: #fbaf72;
/* SwiftUI */
Color(red: 0.984, green: 0.686, blue: 0.447)
/* Android */
Color.parseColor("#fbaf72")Accessibility — WCAG contrast
Aa
#fbaf72 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbaf72 on black: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.6%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta30.3%
Yellow54.6%
Key (black)1.6%
Color previews
#fbaf72 text on a black background
contrast 11.48:1
Card sample
#fbaf72 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbaf72;
Background color
Panel with #fbaf72 background
background-color: #fbaf72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbaf72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 175, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 175, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbaf72; background: linear-gradient(135deg, #fbaf72, #ECFB72);