#ffc5fc
a pale, electric magenta / pink · warm · closest name: plum
RGB
255, 197, 252
HSL
303°, 100%, 89%
CMYK
0, 23, 1, 0
Luminance
0.6822
Every format
| HEX | #ffc5fc |
| RGB | rgb(255, 197, 252) |
| HSL | hsl(303, 100%, 89%) |
| CMYK | cmyk(0%, 23%, 1%, 0%) |
| LAB | lab(86.1 29.5 -19.1) |
| LCH | lch(86.1 35.1 327.1) |
| OKLCH | oklch(0.892 0.097 328.0) |
Copy-ready code
/* CSS */
color: #ffc5fc;
background-color: #ffc5fc;
/* Tailwind (arbitrary) */
class="text-[#ffc5fc] bg-[#ffc5fc]"
/* SCSS */
$brand: #ffc5fc;
/* SwiftUI */
Color(red: 1.000, green: 0.773, blue: 0.988)
/* Android */
Color.parseColor("#ffc5fc")Accessibility — WCAG contrast
Aa
#ffc5fc on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc5fc on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green77.3%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow1.2%
Key (black)0.0%
Color previews
#ffc5fc text on a black background
contrast 14.64:1
Card sample
#ffc5fc text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc5fc;
Background color
Panel with #ffc5fc background
background-color: #ffc5fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc5fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 197, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 197, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc5fc; background: linear-gradient(135deg, #ffc5fc, #FFC5D5);