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