#693f21
a dark, vivid orange · warm · closest name: sienna
RGB
105, 63, 33
HSL
25°, 52%, 27%
CMYK
0, 40, 69, 59
Luminance
0.0667
Every format
| HEX | #693f21 |
| RGB | rgb(105, 63, 33) |
| HSL | hsl(25, 52%, 27%) |
| CMYK | cmyk(0%, 40%, 69%, 59%) |
| LAB | lab(31.0 15.2 25.7) |
| LCH | lch(31.0 29.9 59.4) |
| OKLCH | oklch(0.411 0.073 54.6) |
Copy-ready code
/* CSS */
color: #693f21;
background-color: #693f21;
/* Tailwind (arbitrary) */
class="text-[#693f21] bg-[#693f21]"
/* SCSS */
$brand: #693f21;
/* SwiftUI */
Color(red: 0.412, green: 0.247, blue: 0.129)
/* Android */
Color.parseColor("#693f21")Accessibility — WCAG contrast
Aa
#693f21 on white: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#693f21 on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green24.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow68.6%
Key (black)58.8%
Color previews
#693f21 text on a black background
contrast 2.33:1
Card sample
#693f21 text on a white background
contrast 9.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #693f21;
Background color
Panel with #693f21 background
background-color: #693f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #693f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 63, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 63, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #693f21; background: linear-gradient(135deg, #693f21, #636921);