#ffc6e7
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 198, 231
HSL
325°, 100%, 89%
CMYK
0, 22, 9, 0
Luminance
0.6742
Every format
| HEX | #ffc6e7 |
| RGB | rgb(255, 198, 231) |
| HSL | hsl(325, 100%, 89%) |
| CMYK | cmyk(0%, 22%, 9%, 0%) |
| LAB | lab(85.7 25.4 -8.5) |
| LCH | lch(85.7 26.8 341.5) |
| OKLCH | oklch(0.887 0.077 343.2) |
Copy-ready code
/* CSS */
color: #ffc6e7;
background-color: #ffc6e7;
/* Tailwind (arbitrary) */
class="text-[#ffc6e7] bg-[#ffc6e7]"
/* SCSS */
$brand: #ffc6e7;
/* SwiftUI */
Color(red: 1.000, green: 0.776, blue: 0.906)
/* Android */
Color.parseColor("#ffc6e7")Accessibility — WCAG contrast
Aa
#ffc6e7 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc6e7 on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green77.6%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow9.4%
Key (black)0.0%
Color previews
#ffc6e7 text on a black background
contrast 14.48:1
Card sample
#ffc6e7 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc6e7;
Background color
Panel with #ffc6e7 background
background-color: #ffc6e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc6e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 198, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 198, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc6e7; background: linear-gradient(135deg, #ffc6e7, #FFCBC6);