#fddbbf
a pale, electric orange · warm · closest name: beige
RGB
253, 219, 191
HSL
27°, 94%, 87%
CMYK
0, 13, 25, 1
Luminance
0.7531
Every format
| HEX | #fddbbf |
| RGB | rgb(253, 219, 191) |
| HSL | hsl(27, 94%, 87%) |
| CMYK | cmyk(0%, 13%, 25%, 1%) |
| LAB | lab(89.5 7.6 18.1) |
| LCH | lch(89.5 19.7 67.2) |
| OKLCH | oklch(0.913 0.053 61.6) |
Copy-ready code
/* CSS */
color: #fddbbf;
background-color: #fddbbf;
/* Tailwind (arbitrary) */
class="text-[#fddbbf] bg-[#fddbbf]"
/* SCSS */
$brand: #fddbbf;
/* SwiftUI */
Color(red: 0.992, green: 0.859, blue: 0.749)
/* Android */
Color.parseColor("#fddbbf")Accessibility — WCAG contrast
Aa
#fddbbf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddbbf on black: 16.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.9%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta13.4%
Yellow24.5%
Key (black)0.8%
Color previews
#fddbbf text on a black background
contrast 16.06:1
Card sample
#fddbbf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddbbf;
Background color
Panel with #fddbbf background
background-color: #fddbbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddbbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 219, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 219, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddbbf; background: linear-gradient(135deg, #fddbbf, #F6FDBF);