#262626
a deep, muted gray · warm · closest name: black
RGB
38, 38, 38
HSL
0°, 0%, 15%
CMYK
0, 0, 0, 85
Luminance
0.0194
Every format
| HEX | #262626 |
| RGB | rgb(38, 38, 38) |
| HSL | hsl(0, 0%, 15%) |
| CMYK | cmyk(0%, 0%, 0%, 85%) |
| LAB | lab(15.2 0.0 0.0) |
| LCH | lch(15.2 0.0 180.0) |
| OKLCH | oklch(0.269 0.000 89.9) |
Copy-ready code
/* CSS */
color: #262626;
background-color: #262626;
/* Tailwind (arbitrary) */
class="text-[#262626] bg-[#262626]"
/* SCSS */
$brand: #262626;
/* SwiftUI */
Color(red: 0.149, green: 0.149, blue: 0.149)
/* Android */
Color.parseColor("#262626")Accessibility — WCAG contrast
Aa
#262626 on white: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#262626 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green14.9%
Blue14.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow0.0%
Key (black)85.1%
Color previews
#262626 text on a black background
contrast 1.39:1
Card sample
#262626 text on a white background
contrast 15.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #262626;
Background color
Panel with #262626 background
background-color: #262626;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #262626;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 38, 38, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 38, 38, 0.45);
Border & gradient
Gradient panel
border: 3px solid #262626; background: linear-gradient(135deg, #262626, #262626);