#ffebfd
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 235, 253
HSL
306°, 100%, 96%
CMYK
0, 8, 1, 0
Luminance
0.8777
Every format
| HEX | #ffebfd |
| RGB | rgb(255, 235, 253) |
| HSL | hsl(306, 100%, 96%) |
| CMYK | cmyk(0%, 8%, 1%, 0%) |
| LAB | lab(95.1 9.8 -6.2) |
| LCH | lch(95.1 11.6 327.7) |
| OKLCH | oklch(0.961 0.032 329.0) |
Copy-ready code
/* CSS */
color: #ffebfd;
background-color: #ffebfd;
/* Tailwind (arbitrary) */
class="text-[#ffebfd] bg-[#ffebfd]"
/* SCSS */
$brand: #ffebfd;
/* SwiftUI */
Color(red: 1.000, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#ffebfd")Accessibility — WCAG contrast
Aa
#ffebfd on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffebfd on black: 18.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.2%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow0.8%
Key (black)0.0%
Color previews
#ffebfd text on a black background
contrast 18.55:1
Card sample
#ffebfd text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffebfd;
Background color
Panel with #ffebfd background
background-color: #ffebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffebfd; background: linear-gradient(135deg, #ffebfd, #FFEBF0);