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