#18546c
a dark, vivid cyan · cool · closest name: darkslategray
RGB
24, 84, 108
HSL
197°, 64%, 26%
CMYK
78, 22, 0, 58
Luminance
0.0762
Every format
| HEX | #18546c |
| RGB | rgb(24, 84, 108) |
| HSL | hsl(197, 64%, 26%) |
| CMYK | cmyk(78%, 22%, 0%, 58%) |
| LAB | lab(33.2 -10.1 -19.3) |
| LCH | lch(33.2 21.8 242.3) |
| OKLCH | oklch(0.420 0.071 229.1) |
Copy-ready code
/* CSS */
color: #18546c;
background-color: #18546c;
/* Tailwind (arbitrary) */
class="text-[#18546c] bg-[#18546c]"
/* SCSS */
$brand: #18546c;
/* SwiftUI */
Color(red: 0.094, green: 0.329, blue: 0.424)
/* Android */
Color.parseColor("#18546c")Accessibility — WCAG contrast
Aa
#18546c on white: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#18546c on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green32.9%
Blue42.4%
CMYK percentages
Cyan77.8%
Magenta22.2%
Yellow0.0%
Key (black)57.6%
Color previews
#18546c text on a black background
contrast 2.52:1
Card sample
#18546c text on a white background
contrast 8.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18546c;
Background color
Panel with #18546c background
background-color: #18546c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18546c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 84, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 84, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18546c; background: linear-gradient(135deg, #18546c, #181C6C);