#775430
a dark, soft orange · warm · closest name: sienna
RGB
119, 84, 48
HSL
30°, 43%, 33%
CMYK
0, 29, 60, 53
Luminance
0.1048
Every format
| HEX | #775430 |
| RGB | rgb(119, 84, 48) |
| HSL | hsl(30, 43%, 33%) |
| CMYK | cmyk(0%, 29%, 60%, 53%) |
| LAB | lab(38.7 10.2 26.6) |
| LCH | lch(38.7 28.5 69.0) |
| OKLCH | oklch(0.475 0.069 65.6) |
Copy-ready code
/* CSS */
color: #775430;
background-color: #775430;
/* Tailwind (arbitrary) */
class="text-[#775430] bg-[#775430]"
/* SCSS */
$brand: #775430;
/* SwiftUI */
Color(red: 0.467, green: 0.329, blue: 0.188)
/* Android */
Color.parseColor("#775430")Accessibility — WCAG contrast
Aa
#775430 on white: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#775430 on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green32.9%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta29.4%
Yellow59.7%
Key (black)53.3%
Color previews
#775430 text on a black background
contrast 3.10:1
Card sample
#775430 text on a white background
contrast 6.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #775430;
Background color
Panel with #775430 background
background-color: #775430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #775430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 84, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 84, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #775430; background: linear-gradient(135deg, #775430, #6B7730);