#fbdbcb
a pale, electric orange · warm · closest name: beige
RGB
251, 219, 203
HSL
20°, 86%, 89%
CMYK
0, 13, 19, 2
Luminance
0.7548
Every format
| HEX | #fbdbcb |
| RGB | rgb(251, 219, 203) |
| HSL | hsl(20, 86%, 89%) |
| CMYK | cmyk(0%, 13%, 19%, 2%) |
| LAB | lab(89.6 8.6 11.9) |
| LCH | lch(89.6 14.7 54.2) |
| OKLCH | oklch(0.914 0.042 48.2) |
Copy-ready code
/* CSS */
color: #fbdbcb;
background-color: #fbdbcb;
/* Tailwind (arbitrary) */
class="text-[#fbdbcb] bg-[#fbdbcb]"
/* SCSS */
$brand: #fbdbcb;
/* SwiftUI */
Color(red: 0.984, green: 0.859, blue: 0.796)
/* Android */
Color.parseColor("#fbdbcb")Accessibility — WCAG contrast
Aa
#fbdbcb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbdbcb on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green85.9%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow19.1%
Key (black)1.6%
Color previews
#fbdbcb text on a black background
contrast 16.10:1
Card sample
#fbdbcb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbdbcb;
Background color
Panel with #fbdbcb background
background-color: #fbdbcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbdbcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 219, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 219, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbdbcb; background: linear-gradient(135deg, #fbdbcb, #FBFBCB);