#fbcfba
a pale, electric orange · warm · closest name: tan
RGB
251, 207, 186
HSL
19°, 89%, 86%
CMYK
0, 18, 26, 2
Luminance
0.6868
Every format
| HEX | #fbcfba |
| RGB | rgb(251, 207, 186) |
| HSL | hsl(19, 89%, 86%) |
| CMYK | cmyk(0%, 18%, 26%, 2%) |
| LAB | lab(86.3 12.4 16.3) |
| LCH | lch(86.3 20.5 52.6) |
| OKLCH | oklch(0.887 0.058 46.9) |
Copy-ready code
/* CSS */
color: #fbcfba;
background-color: #fbcfba;
/* Tailwind (arbitrary) */
class="text-[#fbcfba] bg-[#fbcfba]"
/* SCSS */
$brand: #fbcfba;
/* SwiftUI */
Color(red: 0.984, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#fbcfba")Accessibility — WCAG contrast
Aa
#fbcfba on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcfba on black: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green81.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow25.9%
Key (black)1.6%
Color previews
#fbcfba text on a black background
contrast 14.74:1
Card sample
#fbcfba text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcfba;
Background color
Panel with #fbcfba background
background-color: #fbcfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcfba; background: linear-gradient(135deg, #fbcfba, #FBFABA);