#f5cbf3
a pale, vivid magenta / pink · warm · closest name: pink
RGB
245, 203, 243
HSL
303°, 68%, 88%
CMYK
0, 17, 1, 4
Luminance
0.6860
Every format
| HEX | #f5cbf3 |
| RGB | rgb(245, 203, 243) |
| HSL | hsl(303, 68%, 88%) |
| CMYK | cmyk(0%, 17%, 1%, 4%) |
| LAB | lab(86.3 21.5 -14.1) |
| LCH | lch(86.3 25.7 326.7) |
| OKLCH | oklch(0.890 0.070 327.7) |
Copy-ready code
/* CSS */
color: #f5cbf3;
background-color: #f5cbf3;
/* Tailwind (arbitrary) */
class="text-[#f5cbf3] bg-[#f5cbf3]"
/* SCSS */
$brand: #f5cbf3;
/* SwiftUI */
Color(red: 0.961, green: 0.796, blue: 0.953)
/* Android */
Color.parseColor("#f5cbf3")Accessibility — WCAG contrast
Aa
#f5cbf3 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5cbf3 on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green79.6%
Blue95.3%
CMYK percentages
Cyan0.0%
Magenta17.1%
Yellow0.8%
Key (black)3.9%
Color previews
#f5cbf3 text on a black background
contrast 14.72:1
Card sample
#f5cbf3 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5cbf3;
Background color
Panel with #f5cbf3 background
background-color: #f5cbf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5cbf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 203, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 203, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5cbf3; background: linear-gradient(135deg, #f5cbf3, #F5CBD7);