#f8d3eb
a pale, vivid magenta / pink · warm · closest name: pink
RGB
248, 211, 235
HSL
321°, 73%, 90%
CMYK
0, 15, 5, 3
Luminance
0.7254
Every format
| HEX | #f8d3eb |
| RGB | rgb(248, 211, 235) |
| HSL | hsl(321, 73%, 90%) |
| CMYK | cmyk(0%, 15%, 5%, 3%) |
| LAB | lab(88.2 16.8 -7.0) |
| LCH | lch(88.2 18.2 337.5) |
| OKLCH | oklch(0.905 0.052 339.2) |
Copy-ready code
/* CSS */
color: #f8d3eb;
background-color: #f8d3eb;
/* Tailwind (arbitrary) */
class="text-[#f8d3eb] bg-[#f8d3eb]"
/* SCSS */
$brand: #f8d3eb;
/* SwiftUI */
Color(red: 0.973, green: 0.827, blue: 0.922)
/* Android */
Color.parseColor("#f8d3eb")Accessibility — WCAG contrast
Aa
#f8d3eb on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8d3eb on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green82.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta14.9%
Yellow5.2%
Key (black)2.7%
Color previews
#f8d3eb text on a black background
contrast 15.51:1
Card sample
#f8d3eb text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8d3eb;
Background color
Panel with #f8d3eb background
background-color: #f8d3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8d3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 211, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 211, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8d3eb; background: linear-gradient(135deg, #f8d3eb, #F8D4D3);