#db8f6b
a balanced, vivid orange · warm · closest name: peru
RGB
219, 143, 107
HSL
19°, 61%, 64%
CMYK
0, 35, 51, 14
Luminance
0.3577
Every format
| HEX | #db8f6b |
| RGB | rgb(219, 143, 107) |
| HSL | hsl(19, 61%, 64%) |
| CMYK | cmyk(0%, 35%, 51%, 14%) |
| LAB | lab(66.3 25.0 31.0) |
| LCH | lch(66.3 39.8 51.1) |
| OKLCH | oklch(0.719 0.105 45.9) |
Copy-ready code
/* CSS */
color: #db8f6b;
background-color: #db8f6b;
/* Tailwind (arbitrary) */
class="text-[#db8f6b] bg-[#db8f6b]"
/* SCSS */
$brand: #db8f6b;
/* SwiftUI */
Color(red: 0.859, green: 0.561, blue: 0.420)
/* Android */
Color.parseColor("#db8f6b")Accessibility — WCAG contrast
Aa
#db8f6b on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db8f6b on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green56.1%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta34.7%
Yellow51.1%
Key (black)14.1%
Color previews
#db8f6b text on a black background
contrast 8.15:1
Card sample
#db8f6b text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db8f6b;
Background color
Panel with #db8f6b background
background-color: #db8f6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db8f6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 143, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 143, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db8f6b; background: linear-gradient(135deg, #db8f6b, #DBDA6B);