#fcddc2
a pale, electric orange · warm · closest name: beige
RGB
252, 221, 194
HSL
28°, 91%, 88%
CMYK
0, 12, 23, 1
Luminance
0.7630
Every format
| HEX | #fcddc2 |
| RGB | rgb(252, 221, 194) |
| HSL | hsl(28, 91%, 88%) |
| CMYK | cmyk(0%, 12%, 23%, 1%) |
| LAB | lab(90.0 6.7 17.2) |
| LCH | lch(90.0 18.4 68.9) |
| OKLCH | oklch(0.916 0.050 63.2) |
Copy-ready code
/* CSS */
color: #fcddc2;
background-color: #fcddc2;
/* Tailwind (arbitrary) */
class="text-[#fcddc2] bg-[#fcddc2]"
/* SCSS */
$brand: #fcddc2;
/* SwiftUI */
Color(red: 0.988, green: 0.867, blue: 0.761)
/* Android */
Color.parseColor("#fcddc2")Accessibility — WCAG contrast
Aa
#fcddc2 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcddc2 on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green86.7%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow23.0%
Key (black)1.2%
Color previews
#fcddc2 text on a black background
contrast 16.26:1
Card sample
#fcddc2 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcddc2;
Background color
Panel with #fcddc2 background
background-color: #fcddc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcddc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 221, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 221, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcddc2; background: linear-gradient(135deg, #fcddc2, #F4FCC2);