#262617
a deep, soft yellow · cool · closest name: black
RGB
38, 38, 23
HSL
60°, 25%, 12%
CMYK
0, 0, 40, 85
Luminance
0.0186
Every format
| HEX | #262617 |
| RGB | rgb(38, 38, 23) |
| HSL | hsl(60, 25%, 12%) |
| CMYK | cmyk(0%, 0%, 40%, 85%) |
| LAB | lab(14.7 -3.1 10.0) |
| LCH | lch(14.7 10.4 107.2) |
| OKLCH | oklch(0.264 0.026 108.1) |
Copy-ready code
/* CSS */
color: #262617;
background-color: #262617;
/* Tailwind (arbitrary) */
class="text-[#262617] bg-[#262617]"
/* SCSS */
$brand: #262617;
/* SwiftUI */
Color(red: 0.149, green: 0.149, blue: 0.090)
/* Android */
Color.parseColor("#262617")Accessibility — WCAG contrast
Aa
#262617 on white: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#262617 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green14.9%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow39.5%
Key (black)85.1%
Color previews
#262617 text on a black background
contrast 1.37:1
Card sample
#262617 text on a white background
contrast 15.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #262617;
Background color
Panel with #262617 background
background-color: #262617;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #262617;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 38, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 38, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #262617; background: linear-gradient(135deg, #262617, #1C2617);