#fbdfdf
a pale, electric red · warm · closest name: white
RGB
251, 223, 223
HSL
0°, 78%, 93%
CMYK
0, 11, 11, 2
Luminance
0.7861
Every format
| HEX | #fbdfdf |
| RGB | rgb(251, 223, 223) |
| HSL | hsl(0, 78%, 93%) |
| CMYK | cmyk(0%, 11%, 11%, 2%) |
| LAB | lab(91.1 9.6 3.5) |
| LCH | lch(91.1 10.3 20.2) |
| OKLCH | oklch(0.927 0.031 17.7) |
Copy-ready code
/* CSS */
color: #fbdfdf;
background-color: #fbdfdf;
/* Tailwind (arbitrary) */
class="text-[#fbdfdf] bg-[#fbdfdf]"
/* SCSS */
$brand: #fbdfdf;
/* SwiftUI */
Color(red: 0.984, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#fbdfdf")Accessibility — WCAG contrast
Aa
#fbdfdf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbdfdf on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green87.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow11.2%
Key (black)1.6%
Color previews
#fbdfdf text on a black background
contrast 16.72:1
Card sample
#fbdfdf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbdfdf;
Background color
Panel with #fbdfdf background
background-color: #fbdfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbdfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbdfdf; background: linear-gradient(135deg, #fbdfdf, #FBF2DF);