#f5cfee
a pale, vivid magenta / pink · warm · closest name: pink
RGB
245, 207, 238
HSL
311°, 66%, 89%
CMYK
0, 16, 3, 4
Luminance
0.7021
Every format
| HEX | #f5cfee |
| RGB | rgb(245, 207, 238) |
| HSL | hsl(311, 66%, 89%) |
| CMYK | cmyk(0%, 16%, 3%, 4%) |
| LAB | lab(87.1 18.5 -10.3) |
| LCH | lch(87.1 21.1 331.0) |
| OKLCH | oklch(0.896 0.059 332.3) |
Copy-ready code
/* CSS */
color: #f5cfee;
background-color: #f5cfee;
/* Tailwind (arbitrary) */
class="text-[#f5cfee] bg-[#f5cfee]"
/* SCSS */
$brand: #f5cfee;
/* SwiftUI */
Color(red: 0.961, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#f5cfee")Accessibility — WCAG contrast
Aa
#f5cfee on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5cfee on black: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green81.2%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta15.5%
Yellow2.9%
Key (black)3.9%
Color previews
#f5cfee text on a black background
contrast 15.04:1
Card sample
#f5cfee text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5cfee;
Background color
Panel with #f5cfee background
background-color: #f5cfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5cfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5cfee; background: linear-gradient(135deg, #f5cfee, #F5CFD5);