#fbc7af
a light, electric orange · warm · closest name: tan
RGB
251, 199, 175
HSL
19°, 91%, 84%
CMYK
0, 21, 30, 2
Luminance
0.6445
Every format
| HEX | #fbc7af |
| RGB | rgb(251, 199, 175) |
| HSL | hsl(19, 91%, 84%) |
| CMYK | cmyk(0%, 21%, 30%, 2%) |
| LAB | lab(84.2 15.2 19.1) |
| LCH | lch(84.2 24.4 51.5) |
| OKLCH | oklch(0.870 0.068 46.0) |
Copy-ready code
/* CSS */
color: #fbc7af;
background-color: #fbc7af;
/* Tailwind (arbitrary) */
class="text-[#fbc7af] bg-[#fbc7af]"
/* SCSS */
$brand: #fbc7af;
/* SwiftUI */
Color(red: 0.984, green: 0.780, blue: 0.686)
/* Android */
Color.parseColor("#fbc7af")Accessibility — WCAG contrast
Aa
#fbc7af on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc7af on black: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green78.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta20.7%
Yellow30.3%
Key (black)1.6%
Color previews
#fbc7af text on a black background
contrast 13.89:1
Card sample
#fbc7af text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc7af;
Background color
Panel with #fbc7af background
background-color: #fbc7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 199, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 199, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc7af; background: linear-gradient(135deg, #fbc7af, #FBFAAF);