#2467ad
a dark, vivid blue · cool · closest name: steelblue
RGB
36, 103, 173
HSL
211°, 66%, 41%
CMYK
79, 41, 0, 32
Luminance
0.1309
Every format
| HEX | #2467ad |
| RGB | rgb(36, 103, 173) |
| HSL | hsl(211, 66%, 41%) |
| CMYK | cmyk(79%, 41%, 0%, 32%) |
| LAB | lab(42.9 4.5 -43.3) |
| LCH | lch(42.9 43.5 275.9) |
| OKLCH | oklch(0.508 0.130 252.7) |
Copy-ready code
/* CSS */
color: #2467ad;
background-color: #2467ad;
/* Tailwind (arbitrary) */
class="text-[#2467ad] bg-[#2467ad]"
/* SCSS */
$brand: #2467ad;
/* SwiftUI */
Color(red: 0.141, green: 0.404, blue: 0.678)
/* Android */
Color.parseColor("#2467ad")Accessibility — WCAG contrast
Aa
#2467ad on white: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2467ad on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green40.4%
Blue67.8%
CMYK percentages
Cyan79.2%
Magenta40.5%
Yellow0.0%
Key (black)32.2%
Color previews
#2467ad text on a black background
contrast 3.62:1
Card sample
#2467ad text on a white background
contrast 5.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2467ad;
Background color
Panel with #2467ad background
background-color: #2467ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2467ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 103, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 103, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2467ad; background: linear-gradient(135deg, #2467ad, #3C24AD);