#1272be
a dark, electric blue · cool · closest name: steelblue
RGB
18, 114, 190
HSL
207°, 83%, 41%
CMYK
91, 40, 0, 26
Luminance
0.1588
Every format
| HEX | #1272be |
| RGB | rgb(18, 114, 190) |
| HSL | hsl(207, 83%, 41%) |
| CMYK | cmyk(91%, 40%, 0%, 26%) |
| LAB | lab(46.8 2.8 -47.0) |
| LCH | lch(46.8 47.0 273.4) |
| OKLCH | oklch(0.541 0.144 249.4) |
Copy-ready code
/* CSS */
color: #1272be;
background-color: #1272be;
/* Tailwind (arbitrary) */
class="text-[#1272be] bg-[#1272be]"
/* SCSS */
$brand: #1272be;
/* SwiftUI */
Color(red: 0.071, green: 0.447, blue: 0.745)
/* Android */
Color.parseColor("#1272be")Accessibility — WCAG contrast
Aa
#1272be on white: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1272be on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green44.7%
Blue74.5%
CMYK percentages
Cyan90.5%
Magenta40.0%
Yellow0.0%
Key (black)25.5%
Color previews
#1272be text on a black background
contrast 4.18:1
Card sample
#1272be text on a white background
contrast 5.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1272be;
Background color
Panel with #1272be background
background-color: #1272be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1272be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 114, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 114, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1272be; background: linear-gradient(135deg, #1272be, #2512BE);