#2e7ace
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
46, 122, 206
HSL
212°, 64%, 49%
CMYK
78, 41, 0, 19
Luminance
0.1896
Every format
| HEX | #2e7ace |
| RGB | rgb(46, 122, 206) |
| HSL | hsl(212, 64%, 49%) |
| CMYK | cmyk(78%, 41%, 0%, 19%) |
| LAB | lab(50.6 6.3 -50.0) |
| LCH | lch(50.6 50.4 277.2) |
| OKLCH | oklch(0.576 0.149 253.7) |
Copy-ready code
/* CSS */
color: #2e7ace;
background-color: #2e7ace;
/* Tailwind (arbitrary) */
class="text-[#2e7ace] bg-[#2e7ace]"
/* SCSS */
$brand: #2e7ace;
/* SwiftUI */
Color(red: 0.180, green: 0.478, blue: 0.808)
/* Android */
Color.parseColor("#2e7ace")Accessibility — WCAG contrast
Aa
#2e7ace on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2e7ace on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green47.8%
Blue80.8%
CMYK percentages
Cyan77.7%
Magenta40.8%
Yellow0.0%
Key (black)19.2%
Color previews
#2e7ace text on a black background
contrast 4.79:1
Card sample
#2e7ace text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2e7ace;
Background color
Panel with #2e7ace background
background-color: #2e7ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2e7ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 122, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 122, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2e7ace; background: linear-gradient(135deg, #2e7ace, #4D2ECE);