#264d87
a dark, vivid blue · cool · closest name: steelblue
RGB
38, 77, 135
HSL
216°, 56%, 34%
CMYK
72, 43, 0, 47
Luminance
0.0747
Every format
| HEX | #264d87 |
| RGB | rgb(38, 77, 135) |
| HSL | hsl(216, 56%, 34%) |
| CMYK | cmyk(72%, 43%, 0%, 47%) |
| LAB | lab(32.9 7.0 -36.5) |
| LCH | lch(32.9 37.2 280.8) |
| OKLCH | oklch(0.423 0.106 258.3) |
Copy-ready code
/* CSS */
color: #264d87;
background-color: #264d87;
/* Tailwind (arbitrary) */
class="text-[#264d87] bg-[#264d87]"
/* SCSS */
$brand: #264d87;
/* SwiftUI */
Color(red: 0.149, green: 0.302, blue: 0.529)
/* Android */
Color.parseColor("#264d87")Accessibility — WCAG contrast
Aa
#264d87 on white: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#264d87 on black: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green30.2%
Blue52.9%
CMYK percentages
Cyan71.9%
Magenta43.0%
Yellow0.0%
Key (black)47.1%
Color previews
#264d87 text on a black background
contrast 2.49:1
Card sample
#264d87 text on a white background
contrast 8.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #264d87;
Background color
Panel with #264d87 background
background-color: #264d87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #264d87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 77, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 77, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #264d87; background: linear-gradient(135deg, #264d87, #402687);