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