#69381f
a dark, vivid orange · warm · closest name: sienna
RGB
105, 56, 31
HSL
20°, 54%, 27%
CMYK
0, 47, 71, 59
Luminance
0.0593
Every format
| HEX | #69381f |
| RGB | rgb(105, 56, 31) |
| HSL | hsl(20, 54%, 27%) |
| CMYK | cmyk(0%, 47%, 71%, 59%) |
| LAB | lab(29.2 19.4 24.8) |
| LCH | lch(29.2 31.5 52.1) |
| OKLCH | oklch(0.397 0.079 46.5) |
Copy-ready code
/* CSS */
color: #69381f;
background-color: #69381f;
/* Tailwind (arbitrary) */
class="text-[#69381f] bg-[#69381f]"
/* SCSS */
$brand: #69381f;
/* SwiftUI */
Color(red: 0.412, green: 0.220, blue: 0.122)
/* Android */
Color.parseColor("#69381f")Accessibility — WCAG contrast
Aa
#69381f on white: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#69381f on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green22.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta46.7%
Yellow70.5%
Key (black)58.8%
Color previews
#69381f text on a black background
contrast 2.19:1
Card sample
#69381f text on a white background
contrast 9.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69381f;
Background color
Panel with #69381f background
background-color: #69381f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69381f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 56, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 56, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69381f; background: linear-gradient(135deg, #69381f, #69691F);