#192525
a deep, soft cyan · cool · closest name: black
RGB
25, 37, 37
HSL
180°, 19%, 12%
CMYK
32, 0, 0, 86
Luminance
0.0166
Every format
| HEX | #192525 |
| RGB | rgb(25, 37, 37) |
| HSL | hsl(180, 19%, 12%) |
| CMYK | cmyk(32%, 0%, 0%, 86%) |
| LAB | lab(13.6 -5.2 -1.7) |
| LCH | lch(13.6 5.5 198.1) |
| OKLCH | oklch(0.253 0.017 196.1) |
Copy-ready code
/* CSS */
color: #192525;
background-color: #192525;
/* Tailwind (arbitrary) */
class="text-[#192525] bg-[#192525]"
/* SCSS */
$brand: #192525;
/* SwiftUI */
Color(red: 0.098, green: 0.145, blue: 0.145)
/* Android */
Color.parseColor("#192525")Accessibility — WCAG contrast
Aa
#192525 on white: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#192525 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green14.5%
Blue14.5%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow0.0%
Key (black)85.5%
Color previews
#192525 text on a black background
contrast 1.33:1
Card sample
#192525 text on a white background
contrast 15.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #192525;
Background color
Panel with #192525 background
background-color: #192525;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #192525;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 37, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 37, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #192525; background: linear-gradient(135deg, #192525, #191D25);