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