#2e7ccc
a balanced, vivid blue · cool · closest name: steelblue
RGB
46, 124, 204
HSL
210°, 63%, 49%
CMYK
78, 39, 0, 20
Luminance
0.1936
Every format
| HEX | #2e7ccc |
| RGB | rgb(46, 124, 204) |
| HSL | hsl(210, 63%, 49%) |
| CMYK | cmyk(78%, 39%, 0%, 20%) |
| LAB | lab(51.1 4.3 -48.1) |
| LCH | lch(51.1 48.3 275.1) |
| OKLCH | oklch(0.579 0.144 252.3) |
Copy-ready code
/* CSS */
color: #2e7ccc;
background-color: #2e7ccc;
/* Tailwind (arbitrary) */
class="text-[#2e7ccc] bg-[#2e7ccc]"
/* SCSS */
$brand: #2e7ccc;
/* SwiftUI */
Color(red: 0.180, green: 0.486, blue: 0.800)
/* Android */
Color.parseColor("#2e7ccc")Accessibility — WCAG contrast
Aa
#2e7ccc on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2e7ccc on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green48.6%
Blue80.0%
CMYK percentages
Cyan77.5%
Magenta39.2%
Yellow0.0%
Key (black)20.0%
Color previews
#2e7ccc text on a black background
contrast 4.87:1
Card sample
#2e7ccc text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2e7ccc;
Background color
Panel with #2e7ccc background
background-color: #2e7ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2e7ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 124, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 124, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2e7ccc; background: linear-gradient(135deg, #2e7ccc, #492ECC);