#f8cdef
a pale, electric magenta / pink · warm · closest name: pink
RGB
248, 205, 239
HSL
313°, 75%, 89%
CMYK
0, 17, 4, 3
Luminance
0.6985
Every format
| HEX | #f8cdef |
| RGB | rgb(248, 205, 239) |
| HSL | hsl(313, 75%, 89%) |
| CMYK | cmyk(0%, 17%, 4%, 3%) |
| LAB | lab(86.9 20.7 -11.0) |
| LCH | lch(86.9 23.4 332.0) |
| OKLCH | oklch(0.895 0.065 333.4) |
Copy-ready code
/* CSS */
color: #f8cdef;
background-color: #f8cdef;
/* Tailwind (arbitrary) */
class="text-[#f8cdef] bg-[#f8cdef]"
/* SCSS */
$brand: #f8cdef;
/* SwiftUI */
Color(red: 0.973, green: 0.804, blue: 0.937)
/* Android */
Color.parseColor("#f8cdef")Accessibility — WCAG contrast
Aa
#f8cdef on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8cdef on black: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green80.4%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta17.3%
Yellow3.6%
Key (black)2.7%
Color previews
#f8cdef text on a black background
contrast 14.97:1
Card sample
#f8cdef text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8cdef;
Background color
Panel with #f8cdef background
background-color: #f8cdef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8cdef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 205, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 205, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8cdef; background: linear-gradient(135deg, #f8cdef, #F8CDD2);