#fbcdad
a light, electric orange · warm · closest name: tan
RGB
251, 205, 173
HSL
25°, 91%, 83%
CMYK
0, 18, 31, 2
Luminance
0.6719
Every format
| HEX | #fbcdad |
| RGB | rgb(251, 205, 173) |
| HSL | hsl(25, 91%, 83%) |
| CMYK | cmyk(0%, 18%, 31%, 2%) |
| LAB | lab(85.6 11.8 22.1) |
| LCH | lch(85.6 25.0 61.9) |
| OKLCH | oklch(0.880 0.067 56.5) |
Copy-ready code
/* CSS */
color: #fbcdad;
background-color: #fbcdad;
/* Tailwind (arbitrary) */
class="text-[#fbcdad] bg-[#fbcdad]"
/* SCSS */
$brand: #fbcdad;
/* SwiftUI */
Color(red: 0.984, green: 0.804, blue: 0.678)
/* Android */
Color.parseColor("#fbcdad")Accessibility — WCAG contrast
Aa
#fbcdad on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcdad on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green80.4%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta18.3%
Yellow31.1%
Key (black)1.6%
Color previews
#fbcdad text on a black background
contrast 14.44:1
Card sample
#fbcdad text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcdad;
Background color
Panel with #fbcdad background
background-color: #fbcdad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcdad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 205, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 205, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcdad; background: linear-gradient(135deg, #fbcdad, #F5FBAD);