#fbc0af
a light, electric red · warm · closest name: pink
RGB
251, 192, 175
HSL
13°, 91%, 84%
CMYK
0, 24, 30, 2
Luminance
0.6130
Every format
| HEX | #fbc0af |
| RGB | rgb(251, 192, 175) |
| HSL | hsl(13, 91%, 84%) |
| CMYK | cmyk(0%, 24%, 30%, 2%) |
| LAB | lab(82.5 18.8 16.8) |
| LCH | lch(82.5 25.2 41.7) |
| OKLCH | oklch(0.857 0.072 36.7) |
Copy-ready code
/* CSS */
color: #fbc0af;
background-color: #fbc0af;
/* Tailwind (arbitrary) */
class="text-[#fbc0af] bg-[#fbc0af]"
/* SCSS */
$brand: #fbc0af;
/* SwiftUI */
Color(red: 0.984, green: 0.753, blue: 0.686)
/* Android */
Color.parseColor("#fbc0af")Accessibility — WCAG contrast
Aa
#fbc0af on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc0af on black: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green75.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta23.5%
Yellow30.3%
Key (black)1.6%
Color previews
#fbc0af text on a black background
contrast 13.26:1
Card sample
#fbc0af text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc0af;
Background color
Panel with #fbc0af background
background-color: #fbc0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 192, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 192, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc0af; background: linear-gradient(135deg, #fbc0af, #FBF3AF);