#184753
a deep, vivid cyan · cool · closest name: darkslategray
RGB
24, 71, 83
HSL
192°, 55%, 21%
CMYK
71, 15, 0, 68
Luminance
0.0533
Every format
| HEX | #184753 |
| RGB | rgb(24, 71, 83) |
| HSL | hsl(192, 55%, 21%) |
| CMYK | cmyk(71%, 15%, 0%, 68%) |
| LAB | lab(27.6 -11.5 -11.8) |
| LCH | lch(27.6 16.5 225.9) |
| OKLCH | oklch(0.372 0.054 217.7) |
Copy-ready code
/* CSS */
color: #184753;
background-color: #184753;
/* Tailwind (arbitrary) */
class="text-[#184753] bg-[#184753]"
/* SCSS */
$brand: #184753;
/* SwiftUI */
Color(red: 0.094, green: 0.278, blue: 0.325)
/* Android */
Color.parseColor("#184753")Accessibility — WCAG contrast
Aa
#184753 on white: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#184753 on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green27.8%
Blue32.5%
CMYK percentages
Cyan71.1%
Magenta14.5%
Yellow0.0%
Key (black)67.5%
Color previews
#184753 text on a black background
contrast 2.07:1
Card sample
#184753 text on a white background
contrast 10.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #184753;
Background color
Panel with #184753 background
background-color: #184753;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #184753;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 71, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 71, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #184753; background: linear-gradient(135deg, #184753, #182053);