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