#fbc2af
a light, electric orange · warm · closest name: pink
RGB
251, 194, 175
HSL
15°, 91%, 84%
CMYK
0, 23, 30, 2
Luminance
0.6219
Every format
| HEX | #fbc2af |
| RGB | rgb(251, 194, 175) |
| HSL | hsl(15, 91%, 84%) |
| CMYK | cmyk(0%, 23%, 30%, 2%) |
| LAB | lab(83.0 17.8 17.4) |
| LCH | lch(83.0 24.9 44.4) |
| OKLCH | oklch(0.860 0.071 39.2) |
Copy-ready code
/* CSS */
color: #fbc2af;
background-color: #fbc2af;
/* Tailwind (arbitrary) */
class="text-[#fbc2af] bg-[#fbc2af]"
/* SCSS */
$brand: #fbc2af;
/* SwiftUI */
Color(red: 0.984, green: 0.761, blue: 0.686)
/* Android */
Color.parseColor("#fbc2af")Accessibility — WCAG contrast
Aa
#fbc2af on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc2af on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green76.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow30.3%
Key (black)1.6%
Color previews
#fbc2af text on a black background
contrast 13.44:1
Card sample
#fbc2af text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc2af;
Background color
Panel with #fbc2af background
background-color: #fbc2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 194, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 194, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc2af; background: linear-gradient(135deg, #fbc2af, #FBF5AF);