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