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