#262913
a deep, soft yellow · cool · closest name: black
RGB
38, 41, 19
HSL
68°, 37%, 12%
CMYK
7, 0, 54, 84
Luminance
0.0204
Every format
| HEX | #262913 |
| RGB | rgb(38, 41, 19) |
| HSL | hsl(68, 37%, 12%) |
| CMYK | cmyk(7%, 0%, 54%, 84%) |
| LAB | lab(15.7 -5.7 13.9) |
| LCH | lch(15.7 15.1 112.3) |
| OKLCH | oklch(0.272 0.037 115.3) |
Copy-ready code
/* CSS */
color: #262913;
background-color: #262913;
/* Tailwind (arbitrary) */
class="text-[#262913] bg-[#262913]"
/* SCSS */
$brand: #262913;
/* SwiftUI */
Color(red: 0.149, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#262913")Accessibility — WCAG contrast
Aa
#262913 on white: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#262913 on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green16.1%
Blue7.5%
CMYK percentages
Cyan7.3%
Magenta0.0%
Yellow53.7%
Key (black)83.9%
Color previews
#262913 text on a black background
contrast 1.41:1
Card sample
#262913 text on a white background
contrast 14.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #262913;
Background color
Panel with #262913 background
background-color: #262913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #262913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #262913; background: linear-gradient(135deg, #262913, #172913);