#f5dcd6
a pale, vivid red · warm · closest name: white
RGB
245, 220, 214
HSL
12°, 61%, 90%
CMYK
0, 10, 13, 4
Luminance
0.7545
Every format
| HEX | #f5dcd6 |
| RGB | rgb(245, 220, 214) |
| HSL | hsl(12, 61%, 90%) |
| CMYK | cmyk(0%, 10%, 13%, 4%) |
| LAB | lab(89.6 7.6 6.1) |
| LCH | lch(89.6 9.8 38.5) |
| OKLCH | oklch(0.913 0.029 33.7) |
Copy-ready code
/* CSS */
color: #f5dcd6;
background-color: #f5dcd6;
/* Tailwind (arbitrary) */
class="text-[#f5dcd6] bg-[#f5dcd6]"
/* SCSS */
$brand: #f5dcd6;
/* SwiftUI */
Color(red: 0.961, green: 0.863, blue: 0.839)
/* Android */
Color.parseColor("#f5dcd6")Accessibility — WCAG contrast
Aa
#f5dcd6 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5dcd6 on black: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green86.3%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta10.2%
Yellow12.7%
Key (black)3.9%
Color previews
#f5dcd6 text on a black background
contrast 16.09:1
Card sample
#f5dcd6 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5dcd6;
Background color
Panel with #f5dcd6 background
background-color: #f5dcd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5dcd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 220, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 220, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5dcd6; background: linear-gradient(135deg, #f5dcd6, #F5F1D6);