#2867af
a dark, vivid blue · cool · closest name: steelblue
RGB
40, 103, 175
HSL
212°, 63%, 42%
CMYK
77, 41, 0, 31
Luminance
0.1325
Every format
| HEX | #2867af |
| RGB | rgb(40, 103, 175) |
| HSL | hsl(212, 63%, 42%) |
| CMYK | cmyk(77%, 41%, 0%, 31%) |
| LAB | lab(43.1 5.8 -44.1) |
| LCH | lch(43.1 44.5 277.4) |
| OKLCH | oklch(0.511 0.131 254.2) |
Copy-ready code
/* CSS */
color: #2867af;
background-color: #2867af;
/* Tailwind (arbitrary) */
class="text-[#2867af] bg-[#2867af]"
/* SCSS */
$brand: #2867af;
/* SwiftUI */
Color(red: 0.157, green: 0.404, blue: 0.686)
/* Android */
Color.parseColor("#2867af")Accessibility — WCAG contrast
Aa
#2867af on white: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2867af on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green40.4%
Blue68.6%
CMYK percentages
Cyan77.1%
Magenta41.1%
Yellow0.0%
Key (black)31.4%
Color previews
#2867af text on a black background
contrast 3.65:1
Card sample
#2867af text on a white background
contrast 5.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2867af;
Background color
Panel with #2867af background
background-color: #2867af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2867af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 103, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 103, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2867af; background: linear-gradient(135deg, #2867af, #4328AF);