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