#fddcbc
a pale, electric orange · warm · closest name: beige
RGB
253, 220, 188
HSL
30°, 94%, 87%
CMYK
0, 13, 26, 1
Luminance
0.7570
Every format
| HEX | #fddcbc |
| RGB | rgb(253, 220, 188) |
| HSL | hsl(30, 94%, 87%) |
| CMYK | cmyk(0%, 13%, 26%, 1%) |
| LAB | lab(89.7 6.7 19.9) |
| LCH | lch(89.7 21.1 71.4) |
| OKLCH | oklch(0.914 0.056 66.2) |
Copy-ready code
/* CSS */
color: #fddcbc;
background-color: #fddcbc;
/* Tailwind (arbitrary) */
class="text-[#fddcbc] bg-[#fddcbc]"
/* SCSS */
$brand: #fddcbc;
/* SwiftUI */
Color(red: 0.992, green: 0.863, blue: 0.737)
/* Android */
Color.parseColor("#fddcbc")Accessibility — WCAG contrast
Aa
#fddcbc on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddcbc on black: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green86.3%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow25.7%
Key (black)0.8%
Color previews
#fddcbc text on a black background
contrast 16.14:1
Card sample
#fddcbc text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddcbc;
Background color
Panel with #fddcbc background
background-color: #fddcbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddcbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 220, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 220, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddcbc; background: linear-gradient(135deg, #fddcbc, #F3FDBC);