#fbc9b8
a pale, electric orange · warm · closest name: pink
RGB
251, 201, 184
HSL
15°, 89%, 85%
CMYK
0, 20, 27, 2
Luminance
0.6574
Every format
| HEX | #fbc9b8 |
| RGB | rgb(251, 201, 184) |
| HSL | hsl(15, 89%, 85%) |
| CMYK | cmyk(0%, 20%, 27%, 2%) |
| LAB | lab(84.9 15.3 15.2) |
| LCH | lch(84.9 21.6 44.9) |
| OKLCH | oklch(0.875 0.062 39.6) |
Copy-ready code
/* CSS */
color: #fbc9b8;
background-color: #fbc9b8;
/* Tailwind (arbitrary) */
class="text-[#fbc9b8] bg-[#fbc9b8]"
/* SCSS */
$brand: #fbc9b8;
/* SwiftUI */
Color(red: 0.984, green: 0.788, blue: 0.722)
/* Android */
Color.parseColor("#fbc9b8")Accessibility — WCAG contrast
Aa
#fbc9b8 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc9b8 on black: 14.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green78.8%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta19.9%
Yellow26.7%
Key (black)1.6%
Color previews
#fbc9b8 text on a black background
contrast 14.15:1
Card sample
#fbc9b8 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc9b8;
Background color
Panel with #fbc9b8 background
background-color: #fbc9b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc9b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 201, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 201, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc9b8; background: linear-gradient(135deg, #fbc9b8, #FBF6B8);