#18466a
a dark, vivid blue · cool · closest name: darkslategray
RGB
24, 70, 106
HSL
206°, 63%, 26%
CMYK
77, 34, 0, 58
Luminance
0.0562
Every format
| HEX | #18466a |
| RGB | rgb(24, 70, 106) |
| HSL | hsl(206, 63%, 26%) |
| CMYK | cmyk(77%, 34%, 0%, 58%) |
| LAB | lab(28.4 -2.0 -25.4) |
| LCH | lch(28.4 25.5 265.4) |
| OKLCH | oklch(0.382 0.079 245.8) |
Copy-ready code
/* CSS */
color: #18466a;
background-color: #18466a;
/* Tailwind (arbitrary) */
class="text-[#18466a] bg-[#18466a]"
/* SCSS */
$brand: #18466a;
/* SwiftUI */
Color(red: 0.094, green: 0.275, blue: 0.416)
/* Android */
Color.parseColor("#18466a")Accessibility — WCAG contrast
Aa
#18466a on white: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#18466a on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green27.5%
Blue41.6%
CMYK percentages
Cyan77.4%
Magenta34.0%
Yellow0.0%
Key (black)58.4%
Color previews
#18466a text on a black background
contrast 2.12:1
Card sample
#18466a text on a white background
contrast 9.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18466a;
Background color
Panel with #18466a background
background-color: #18466a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18466a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 70, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 70, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18466a; background: linear-gradient(135deg, #18466a, #21186A);