#f7dceb
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
247, 220, 235
HSL
327°, 63%, 92%
CMYK
0, 11, 5, 3
Luminance
0.7696
Every format
| HEX | #f7dceb |
| RGB | rgb(247, 220, 235) |
| HSL | hsl(327, 63%, 92%) |
| CMYK | cmyk(0%, 11%, 5%, 3%) |
| LAB | lab(90.3 11.8 -3.9) |
| LCH | lch(90.3 12.4 341.7) |
| OKLCH | oklch(0.921 0.035 343.3) |
Copy-ready code
/* CSS */
color: #f7dceb;
background-color: #f7dceb;
/* Tailwind (arbitrary) */
class="text-[#f7dceb] bg-[#f7dceb]"
/* SCSS */
$brand: #f7dceb;
/* SwiftUI */
Color(red: 0.969, green: 0.863, blue: 0.922)
/* Android */
Color.parseColor("#f7dceb")Accessibility — WCAG contrast
Aa
#f7dceb on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7dceb on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green86.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta10.9%
Yellow4.9%
Key (black)3.1%
Color previews
#f7dceb text on a black background
contrast 16.39:1
Card sample
#f7dceb text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7dceb;
Background color
Panel with #f7dceb background
background-color: #f7dceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7dceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 220, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 220, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7dceb; background: linear-gradient(135deg, #f7dceb, #F7DFDC);