#ffd6ff
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 214, 255
HSL
300°, 100%, 92%
CMYK
0, 16, 0, 0
Luminance
0.7657
Every format
| HEX | #ffd6ff |
| RGB | rgb(255, 214, 255) |
| HSL | hsl(300, 100%, 92%) |
| CMYK | cmyk(0%, 16%, 0%, 0%) |
| LAB | lab(90.1 21.1 -14.6) |
| LCH | lch(90.1 25.7 325.3) |
| OKLCH | oklch(0.923 0.070 326.1) |
Copy-ready code
/* CSS */
color: #ffd6ff;
background-color: #ffd6ff;
/* Tailwind (arbitrary) */
class="text-[#ffd6ff] bg-[#ffd6ff]"
/* SCSS */
$brand: #ffd6ff;
/* SwiftUI */
Color(red: 1.000, green: 0.839, blue: 1.000)
/* Android */
Color.parseColor("#ffd6ff")Accessibility — WCAG contrast
Aa
#ffd6ff on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd6ff on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green83.9%
Blue100.0%
CMYK percentages
Cyan0.0%
Magenta16.1%
Yellow0.0%
Key (black)0.0%
Color previews
#ffd6ff text on a black background
contrast 16.31:1
Card sample
#ffd6ff text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd6ff;
Background color
Panel with #ffd6ff background
background-color: #ffd6ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd6ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 214, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 214, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd6ff; background: linear-gradient(135deg, #ffd6ff, #FFD6E4);