#26587e
a dark, vivid blue · cool · closest name: steelblue
RGB
38, 88, 126
HSL
206°, 54%, 32%
CMYK
70, 30, 0, 51
Luminance
0.0890
Every format
| HEX | #26587e |
| RGB | rgb(38, 88, 126) |
| HSL | hsl(206, 54%, 32%) |
| CMYK | cmyk(70%, 30%, 0%, 51%) |
| LAB | lab(35.8 -3.6 -26.3) |
| LCH | lch(35.8 26.6 262.2) |
| OKLCH | oklch(0.444 0.083 244.2) |
Copy-ready code
/* CSS */
color: #26587e;
background-color: #26587e;
/* Tailwind (arbitrary) */
class="text-[#26587e] bg-[#26587e]"
/* SCSS */
$brand: #26587e;
/* SwiftUI */
Color(red: 0.149, green: 0.345, blue: 0.494)
/* Android */
Color.parseColor("#26587e")Accessibility — WCAG contrast
Aa
#26587e on white: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#26587e on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green34.5%
Blue49.4%
CMYK percentages
Cyan69.8%
Magenta30.2%
Yellow0.0%
Key (black)50.6%
Color previews
#26587e text on a black background
contrast 2.78:1
Card sample
#26587e text on a white background
contrast 7.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #26587e;
Background color
Panel with #26587e background
background-color: #26587e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #26587e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 88, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 88, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #26587e; background: linear-gradient(135deg, #26587e, #2F267E);