#df9c8f
a light, vivid red · warm · closest name: pink
RGB
223, 156, 143
HSL
10°, 56%, 72%
CMYK
0, 30, 36, 13
Luminance
0.4145
Every format
| HEX | #df9c8f |
| RGB | rgb(223, 156, 143) |
| HSL | hsl(10, 56%, 72%) |
| CMYK | cmyk(0%, 30%, 36%, 13%) |
| LAB | lab(70.5 23.4 16.9) |
| LCH | lch(70.5 28.8 35.8) |
| OKLCH | oklch(0.754 0.083 31.3) |
Copy-ready code
/* CSS */
color: #df9c8f;
background-color: #df9c8f;
/* Tailwind (arbitrary) */
class="text-[#df9c8f] bg-[#df9c8f]"
/* SCSS */
$brand: #df9c8f;
/* SwiftUI */
Color(red: 0.875, green: 0.612, blue: 0.561)
/* Android */
Color.parseColor("#df9c8f")Accessibility — WCAG contrast
Aa
#df9c8f on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9c8f on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green61.2%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow35.9%
Key (black)12.5%
Color previews
#df9c8f text on a black background
contrast 9.29:1
Card sample
#df9c8f text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9c8f;
Background color
Panel with #df9c8f background
background-color: #df9c8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9c8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 156, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 156, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9c8f; background: linear-gradient(135deg, #df9c8f, #DFD18F);