#242525
a deep, muted gray · cool · closest name: black
RGB
36, 37, 37
HSL
180°, 1%, 14%
CMYK
3, 0, 0, 86
Luminance
0.0183
Every format
| HEX | #242525 |
| RGB | rgb(36, 37, 37) |
| HSL | hsl(180, 1%, 14%) |
| CMYK | cmyk(3%, 0%, 0%, 86%) |
| LAB | lab(14.6 -0.5 -0.2) |
| LCH | lch(14.6 0.5 199.2) |
| OKLCH | oklch(0.263 0.002 197.1) |
Copy-ready code
/* CSS */
color: #242525;
background-color: #242525;
/* Tailwind (arbitrary) */
class="text-[#242525] bg-[#242525]"
/* SCSS */
$brand: #242525;
/* SwiftUI */
Color(red: 0.141, green: 0.145, blue: 0.145)
/* Android */
Color.parseColor("#242525")Accessibility — WCAG contrast
Aa
#242525 on white: 15.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#242525 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green14.5%
Blue14.5%
CMYK percentages
Cyan2.7%
Magenta0.0%
Yellow0.0%
Key (black)85.5%
Color previews
#242525 text on a black background
contrast 1.37:1
Card sample
#242525 text on a white background
contrast 15.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #242525;
Background color
Panel with #242525 background
background-color: #242525;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #242525;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 37, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 37, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #242525; background: linear-gradient(135deg, #242525, #242425);