#264d73
a dark, vivid blue · cool · closest name: steelblue
RGB
38, 77, 115
HSL
210°, 50%, 30%
CMYK
67, 33, 0, 55
Luminance
0.0696
Every format
| HEX | #264d73 |
| RGB | rgb(38, 77, 115) |
| HSL | hsl(210, 50%, 30%) |
| CMYK | cmyk(67%, 33%, 0%, 55%) |
| LAB | lab(31.7 -0.7 -25.9) |
| LCH | lch(31.7 25.9 268.5) |
| OKLCH | oklch(0.410 0.078 249.7) |
Copy-ready code
/* CSS */
color: #264d73;
background-color: #264d73;
/* Tailwind (arbitrary) */
class="text-[#264d73] bg-[#264d73]"
/* SCSS */
$brand: #264d73;
/* SwiftUI */
Color(red: 0.149, green: 0.302, blue: 0.451)
/* Android */
Color.parseColor("#264d73")Accessibility — WCAG contrast
Aa
#264d73 on white: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#264d73 on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green30.2%
Blue45.1%
CMYK percentages
Cyan67.0%
Magenta33.0%
Yellow0.0%
Key (black)54.9%
Color previews
#264d73 text on a black background
contrast 2.39:1
Card sample
#264d73 text on a white background
contrast 8.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #264d73;
Background color
Panel with #264d73 background
background-color: #264d73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #264d73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 77, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 77, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #264d73; background: linear-gradient(135deg, #264d73, #322673);