#693113
a deep, vivid orange · warm · closest name: sienna
RGB
105, 49, 19
HSL
21°, 69%, 24%
CMYK
0, 53, 82, 59
Luminance
0.0525
Every format
| HEX | #693113 |
| RGB | rgb(105, 49, 19) |
| HSL | hsl(21, 69%, 24%) |
| CMYK | cmyk(0%, 53%, 82%, 59%) |
| LAB | lab(27.4 22.8 29.7) |
| LCH | lch(27.4 37.4 52.4) |
| OKLCH | oklch(0.383 0.090 46.1) |
Copy-ready code
/* CSS */
color: #693113;
background-color: #693113;
/* Tailwind (arbitrary) */
class="text-[#693113] bg-[#693113]"
/* SCSS */
$brand: #693113;
/* SwiftUI */
Color(red: 0.412, green: 0.192, blue: 0.075)
/* Android */
Color.parseColor("#693113")Accessibility — WCAG contrast
Aa
#693113 on white: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#693113 on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green19.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta53.3%
Yellow81.9%
Key (black)58.8%
Color previews
#693113 text on a black background
contrast 2.05:1
Card sample
#693113 text on a white background
contrast 10.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #693113;
Background color
Panel with #693113 background
background-color: #693113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #693113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 49, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 49, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #693113; background: linear-gradient(135deg, #693113, #686913);