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