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