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