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