#fbcbad
a light, electric orange · warm · closest name: tan
RGB
251, 203, 173
HSL
23°, 91%, 83%
CMYK
0, 19, 31, 2
Luminance
0.6624
Every format
| HEX | #fbcbad |
| RGB | rgb(251, 203, 173) |
| HSL | hsl(23, 91%, 83%) |
| CMYK | cmyk(0%, 19%, 31%, 2%) |
| LAB | lab(85.1 12.8 21.4) |
| LCH | lch(85.1 24.9 59.1) |
| OKLCH | oklch(0.876 0.068 53.6) |
Copy-ready code
/* CSS */
color: #fbcbad;
background-color: #fbcbad;
/* Tailwind (arbitrary) */
class="text-[#fbcbad] bg-[#fbcbad]"
/* SCSS */
$brand: #fbcbad;
/* SwiftUI */
Color(red: 0.984, green: 0.796, blue: 0.678)
/* Android */
Color.parseColor("#fbcbad")Accessibility — WCAG contrast
Aa
#fbcbad on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcbad on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green79.6%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta19.1%
Yellow31.1%
Key (black)1.6%
Color previews
#fbcbad text on a black background
contrast 14.25:1
Card sample
#fbcbad text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcbad;
Background color
Panel with #fbcbad background
background-color: #fbcbad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcbad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 203, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 203, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcbad; background: linear-gradient(135deg, #fbcbad, #F7FBAD);