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