#242527
a deep, muted gray · cool · closest name: black
RGB
36, 37, 39
HSL
220°, 4%, 15%
CMYK
8, 5, 0, 85
Luminance
0.0184
Every format
| HEX | #242527 |
| RGB | rgb(36, 37, 39) |
| HSL | hsl(220, 4%, 15%) |
| CMYK | cmyk(8%, 5%, 0%, 85%) |
| LAB | lab(14.7 0.1 -1.5) |
| LCH | lch(14.7 1.5 271.9) |
| OKLCH | oklch(0.264 0.004 264.5) |
Copy-ready code
/* CSS */
color: #242527;
background-color: #242527;
/* Tailwind (arbitrary) */
class="text-[#242527] bg-[#242527]"
/* SCSS */
$brand: #242527;
/* SwiftUI */
Color(red: 0.141, green: 0.145, blue: 0.153)
/* Android */
Color.parseColor("#242527")Accessibility — WCAG contrast
Aa
#242527 on white: 15.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#242527 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green14.5%
Blue15.3%
CMYK percentages
Cyan7.7%
Magenta5.1%
Yellow0.0%
Key (black)84.7%
Color previews
#242527 text on a black background
contrast 1.37:1
Card sample
#242527 text on a white background
contrast 15.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #242527;
Background color
Panel with #242527 background
background-color: #242527;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #242527;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 37, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 37, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #242527; background: linear-gradient(135deg, #242527, #252427);