#fbaf7c
a light, electric orange · warm · closest name: peru
RGB
251, 175, 124
HSL
24°, 94%, 74%
CMYK
0, 30, 51, 2
Luminance
0.5262
Every format
| HEX | #fbaf7c |
| RGB | rgb(251, 175, 124) |
| HSL | hsl(24, 94%, 74%) |
| CMYK | cmyk(0%, 30%, 51%, 2%) |
| LAB | lab(77.7 22.2 37.2) |
| LCH | lch(77.7 43.3 59.1) |
| OKLCH | oklch(0.816 0.111 54.4) |
Copy-ready code
/* CSS */
color: #fbaf7c;
background-color: #fbaf7c;
/* Tailwind (arbitrary) */
class="text-[#fbaf7c] bg-[#fbaf7c]"
/* SCSS */
$brand: #fbaf7c;
/* SwiftUI */
Color(red: 0.984, green: 0.686, blue: 0.486)
/* Android */
Color.parseColor("#fbaf7c")Accessibility — WCAG contrast
Aa
#fbaf7c on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbaf7c on black: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.6%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta30.3%
Yellow50.6%
Key (black)1.6%
Color previews
#fbaf7c text on a black background
contrast 11.52:1
Card sample
#fbaf7c text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbaf7c;
Background color
Panel with #fbaf7c background
background-color: #fbaf7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbaf7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 175, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 175, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbaf7c; background: linear-gradient(135deg, #fbaf7c, #F2FB7C);