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