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