#ffcbfc
a pale, electric magenta / pink · warm · closest name: plum
RGB
255, 203, 252
HSL
304°, 100%, 90%
CMYK
0, 20, 1, 0
Luminance
0.7100
Every format
| HEX | #ffcbfc |
| RGB | rgb(255, 203, 252) |
| HSL | hsl(304, 100%, 90%) |
| CMYK | cmyk(0%, 20%, 1%, 0%) |
| LAB | lab(87.5 26.4 -17.0) |
| LCH | lch(87.5 31.4 327.2) |
| OKLCH | oklch(0.902 0.086 328.1) |
Copy-ready code
/* CSS */
color: #ffcbfc;
background-color: #ffcbfc;
/* Tailwind (arbitrary) */
class="text-[#ffcbfc] bg-[#ffcbfc]"
/* SCSS */
$brand: #ffcbfc;
/* SwiftUI */
Color(red: 1.000, green: 0.796, blue: 0.988)
/* Android */
Color.parseColor("#ffcbfc")Accessibility — WCAG contrast
Aa
#ffcbfc on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcbfc on black: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.6%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow1.2%
Key (black)0.0%
Color previews
#ffcbfc text on a black background
contrast 15.20:1
Card sample
#ffcbfc text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcbfc;
Background color
Panel with #ffcbfc background
background-color: #ffcbfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcbfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 203, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 203, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcbfc; background: linear-gradient(135deg, #ffcbfc, #FFCBD9);