#df925d
a balanced, vivid orange · warm · closest name: peru
RGB
223, 146, 93
HSL
25°, 67%, 62%
CMYK
0, 35, 58, 13
Luminance
0.3704
Every format
| HEX | #df925d |
| RGB | rgb(223, 146, 93) |
| HSL | hsl(25, 67%, 62%) |
| CMYK | cmyk(0%, 35%, 58%, 13%) |
| LAB | lab(67.3 23.8 39.8) |
| LCH | lch(67.3 46.4 59.1) |
| OKLCH | oklch(0.727 0.116 54.4) |
Copy-ready code
/* CSS */
color: #df925d;
background-color: #df925d;
/* Tailwind (arbitrary) */
class="text-[#df925d] bg-[#df925d]"
/* SCSS */
$brand: #df925d;
/* SwiftUI */
Color(red: 0.875, green: 0.573, blue: 0.365)
/* Android */
Color.parseColor("#df925d")Accessibility — WCAG contrast
Aa
#df925d on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df925d on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green57.3%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta34.5%
Yellow58.3%
Key (black)12.5%
Color previews
#df925d text on a black background
contrast 8.41:1
Card sample
#df925d text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df925d;
Background color
Panel with #df925d background
background-color: #df925d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df925d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 146, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 146, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df925d; background: linear-gradient(135deg, #df925d, #D5DF5D);