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