#df9cab
a light, vivid red · warm · closest name: pink
RGB
223, 156, 171
HSL
347°, 51%, 74%
CMYK
0, 30, 23, 13
Luminance
0.4241
Every format
| HEX | #df9cab |
| RGB | rgb(223, 156, 171) |
| HSL | hsl(347, 51%, 74%) |
| CMYK | cmyk(0%, 30%, 23%, 13%) |
| LAB | lab(71.2 27.1 2.3) |
| LCH | lch(71.2 27.2 4.9) |
| OKLCH | oklch(0.762 0.082 4.5) |
Copy-ready code
/* CSS */
color: #df9cab;
background-color: #df9cab;
/* Tailwind (arbitrary) */
class="text-[#df9cab] bg-[#df9cab]"
/* SCSS */
$brand: #df9cab;
/* SwiftUI */
Color(red: 0.875, green: 0.612, blue: 0.671)
/* Android */
Color.parseColor("#df9cab")Accessibility — WCAG contrast
Aa
#df9cab on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9cab on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green61.2%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow23.3%
Key (black)12.5%
Color previews
#df9cab text on a black background
contrast 9.48:1
Card sample
#df9cab text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9cab;
Background color
Panel with #df9cab background
background-color: #df9cab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9cab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 156, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 156, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9cab; background: linear-gradient(135deg, #df9cab, #DFBA9C);