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