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