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