#ffeaf6
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 234, 246
HSL
326°, 100%, 96%
CMYK
0, 8, 4, 0
Luminance
0.8676
Every format
| HEX | #ffeaf6 |
| RGB | rgb(255, 234, 246) |
| HSL | hsl(326, 100%, 96%) |
| CMYK | cmyk(0%, 8%, 4%, 0%) |
| LAB | lab(94.6 9.1 -3.2) |
| LCH | lch(94.6 9.7 340.6) |
| OKLCH | oklch(0.957 0.028 342.3) |
Copy-ready code
/* CSS */
color: #ffeaf6;
background-color: #ffeaf6;
/* Tailwind (arbitrary) */
class="text-[#ffeaf6] bg-[#ffeaf6]"
/* SCSS */
$brand: #ffeaf6;
/* SwiftUI */
Color(red: 1.000, green: 0.918, blue: 0.965)
/* Android */
Color.parseColor("#ffeaf6")Accessibility — WCAG contrast
Aa
#ffeaf6 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeaf6 on black: 18.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green91.8%
Blue96.5%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow3.5%
Key (black)0.0%
Color previews
#ffeaf6 text on a black background
contrast 18.35:1
Card sample
#ffeaf6 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeaf6;
Background color
Panel with #ffeaf6 background
background-color: #ffeaf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeaf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 234, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 234, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeaf6; background: linear-gradient(135deg, #ffeaf6, #FFECEA);