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