#25393d
a deep, soft cyan · cool · closest name: darkslategray
RGB
37, 57, 61
HSL
190°, 25%, 19%
CMYK
39, 7, 0, 76
Luminance
0.0366
Every format
| HEX | #25393d |
| RGB | rgb(37, 57, 61) |
| HSL | hsl(190, 25%, 19%) |
| CMYK | cmyk(39%, 7%, 0%, 76%) |
| LAB | lab(22.5 -6.8 -5.0) |
| LCH | lch(22.5 8.4 216.7) |
| OKLCH | oklch(0.329 0.026 211.4) |
Copy-ready code
/* CSS */
color: #25393d;
background-color: #25393d;
/* Tailwind (arbitrary) */
class="text-[#25393d] bg-[#25393d]"
/* SCSS */
$brand: #25393d;
/* SwiftUI */
Color(red: 0.145, green: 0.224, blue: 0.239)
/* Android */
Color.parseColor("#25393d")Accessibility — WCAG contrast
Aa
#25393d on white: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#25393d on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green22.4%
Blue23.9%
CMYK percentages
Cyan39.3%
Magenta6.6%
Yellow0.0%
Key (black)76.1%
Color previews
#25393d text on a black background
contrast 1.73:1
Card sample
#25393d text on a white background
contrast 12.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25393d;
Background color
Panel with #25393d background
background-color: #25393d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25393d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 57, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 57, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25393d; background: linear-gradient(135deg, #25393d, #25293D);