#261d13
a deep, soft orange · warm · closest name: black
RGB
38, 29, 19
HSL
32°, 33%, 11%
CMYK
0, 24, 50, 85
Luminance
0.0134
Every format
| HEX | #261d13 |
| RGB | rgb(38, 29, 19) |
| HSL | hsl(32, 33%, 11%) |
| CMYK | cmyk(0%, 24%, 50%, 85%) |
| LAB | lab(11.5 2.6 8.4) |
| LCH | lch(11.5 8.8 72.9) |
| OKLCH | oklch(0.238 0.023 69.3) |
Copy-ready code
/* CSS */
color: #261d13;
background-color: #261d13;
/* Tailwind (arbitrary) */
class="text-[#261d13] bg-[#261d13]"
/* SCSS */
$brand: #261d13;
/* SwiftUI */
Color(red: 0.149, green: 0.114, blue: 0.075)
/* Android */
Color.parseColor("#261d13")Accessibility — WCAG contrast
Aa
#261d13 on white: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#261d13 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green11.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta23.7%
Yellow50.0%
Key (black)85.1%
Color previews
#261d13 text on a black background
contrast 1.27:1
Card sample
#261d13 text on a white background
contrast 16.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #261d13;
Background color
Panel with #261d13 background
background-color: #261d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #261d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 29, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 29, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #261d13; background: linear-gradient(135deg, #261d13, #222613);