#1872be
a dark, electric blue · cool · closest name: steelblue
RGB
24, 114, 190
HSL
208°, 78%, 42%
CMYK
87, 40, 0, 26
Luminance
0.1595
Every format
| HEX | #1872be |
| RGB | rgb(24, 114, 190) |
| HSL | hsl(208, 78%, 42%) |
| CMYK | cmyk(87%, 40%, 0%, 26%) |
| LAB | lab(46.9 3.1 -46.8) |
| LCH | lch(46.9 46.9 273.8) |
| OKLCH | oklch(0.542 0.143 250.0) |
Copy-ready code
/* CSS */
color: #1872be;
background-color: #1872be;
/* Tailwind (arbitrary) */
class="text-[#1872be] bg-[#1872be]"
/* SCSS */
$brand: #1872be;
/* SwiftUI */
Color(red: 0.094, green: 0.447, blue: 0.745)
/* Android */
Color.parseColor("#1872be")Accessibility — WCAG contrast
Aa
#1872be on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1872be on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green44.7%
Blue74.5%
CMYK percentages
Cyan87.4%
Magenta40.0%
Yellow0.0%
Key (black)25.5%
Color previews
#1872be text on a black background
contrast 4.19:1
Card sample
#1872be text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1872be;
Background color
Panel with #1872be background
background-color: #1872be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1872be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 114, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 114, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1872be; background: linear-gradient(135deg, #1872be, #2D18BE);