#ffc7cb
a pale, electric red · warm · closest name: pink
RGB
255, 199, 203
HSL
356°, 100%, 89%
CMYK
0, 22, 20, 0
Luminance
0.6642
Every format
| HEX | #ffc7cb |
| RGB | rgb(255, 199, 203) |
| HSL | hsl(356, 100%, 89%) |
| CMYK | cmyk(0%, 22%, 20%, 0%) |
| LAB | lab(85.2 20.5 5.7) |
| LCH | lch(85.2 21.2 15.5) |
| OKLCH | oklch(0.880 0.064 13.7) |
Copy-ready code
/* CSS */
color: #ffc7cb;
background-color: #ffc7cb;
/* Tailwind (arbitrary) */
class="text-[#ffc7cb] bg-[#ffc7cb]"
/* SCSS */
$brand: #ffc7cb;
/* SwiftUI */
Color(red: 1.000, green: 0.780, blue: 0.796)
/* Android */
Color.parseColor("#ffc7cb")Accessibility — WCAG contrast
Aa
#ffc7cb on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc7cb on black: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.0%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow20.4%
Key (black)0.0%
Color previews
#ffc7cb text on a black background
contrast 14.28:1
Card sample
#ffc7cb text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc7cb;
Background color
Panel with #ffc7cb background
background-color: #ffc7cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc7cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 199, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 199, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc7cb; background: linear-gradient(135deg, #ffc7cb, #FFE8C7);