#2872be
a balanced, vivid blue · cool · closest name: steelblue
RGB
40, 114, 190
HSL
210°, 65%, 45%
CMYK
79, 40, 0, 26
Luminance
0.1620
Every format
| HEX | #2872be |
| RGB | rgb(40, 114, 190) |
| HSL | hsl(210, 65%, 45%) |
| CMYK | cmyk(79%, 40%, 0%, 26%) |
| LAB | lab(47.2 4.5 -46.3) |
| LCH | lch(47.2 46.5 275.6) |
| OKLCH | oklch(0.546 0.139 252.4) |
Copy-ready code
/* CSS */
color: #2872be;
background-color: #2872be;
/* Tailwind (arbitrary) */
class="text-[#2872be] bg-[#2872be]"
/* SCSS */
$brand: #2872be;
/* SwiftUI */
Color(red: 0.157, green: 0.447, blue: 0.745)
/* Android */
Color.parseColor("#2872be")Accessibility — WCAG contrast
Aa
#2872be on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2872be on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green44.7%
Blue74.5%
CMYK percentages
Cyan78.9%
Magenta40.0%
Yellow0.0%
Key (black)25.5%
Color previews
#2872be text on a black background
contrast 4.24:1
Card sample
#2872be text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2872be;
Background color
Panel with #2872be background
background-color: #2872be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2872be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 114, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 114, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2872be; background: linear-gradient(135deg, #2872be, #4228BE);