#ffcefb
a pale, electric magenta / pink · warm · closest name: plum
RGB
255, 206, 251
HSL
305°, 100%, 90%
CMYK
0, 19, 2, 0
Luminance
0.7237
Every format
| HEX | #ffcefb |
| RGB | rgb(255, 206, 251) |
| HSL | hsl(305, 100%, 90%) |
| CMYK | cmyk(0%, 19%, 2%, 0%) |
| LAB | lab(88.2 24.6 -15.5) |
| LCH | lch(88.2 29.1 327.8) |
| OKLCH | oklch(0.907 0.080 328.9) |
Copy-ready code
/* CSS */
color: #ffcefb;
background-color: #ffcefb;
/* Tailwind (arbitrary) */
class="text-[#ffcefb] bg-[#ffcefb]"
/* SCSS */
$brand: #ffcefb;
/* SwiftUI */
Color(red: 1.000, green: 0.808, blue: 0.984)
/* Android */
Color.parseColor("#ffcefb")Accessibility — WCAG contrast
Aa
#ffcefb on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcefb on black: 15.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.8%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow1.6%
Key (black)0.0%
Color previews
#ffcefb text on a black background
contrast 15.47:1
Card sample
#ffcefb text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcefb;
Background color
Panel with #ffcefb background
background-color: #ffcefb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcefb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 206, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 206, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcefb; background: linear-gradient(135deg, #ffcefb, #FFCEDA);