#ffc6df
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 198, 223
HSL
334°, 100%, 89%
CMYK
0, 22, 13, 0
Luminance
0.6698
Every format
| HEX | #ffc6df |
| RGB | rgb(255, 198, 223) |
| HSL | hsl(334, 100%, 89%) |
| CMYK | cmyk(0%, 22%, 13%, 0%) |
| LAB | lab(85.5 24.1 -4.6) |
| LCH | lch(85.5 24.5 349.2) |
| OKLCH | oklch(0.884 0.072 350.6) |
Copy-ready code
/* CSS */
color: #ffc6df;
background-color: #ffc6df;
/* Tailwind (arbitrary) */
class="text-[#ffc6df] bg-[#ffc6df]"
/* SCSS */
$brand: #ffc6df;
/* SwiftUI */
Color(red: 1.000, green: 0.776, blue: 0.875)
/* Android */
Color.parseColor("#ffc6df")Accessibility — WCAG contrast
Aa
#ffc6df on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc6df on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green77.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow12.5%
Key (black)0.0%
Color previews
#ffc6df text on a black background
contrast 14.40:1
Card sample
#ffc6df text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc6df;
Background color
Panel with #ffc6df background
background-color: #ffc6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 198, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 198, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc6df; background: linear-gradient(135deg, #ffc6df, #FFD3C6);