#2d6eb3
a dark, vivid blue · cool · closest name: steelblue
RGB
45, 110, 179
HSL
211°, 60%, 44%
CMYK
75, 39, 0, 30
Luminance
0.1496
Every format
| HEX | #2d6eb3 |
| RGB | rgb(45, 110, 179) |
| HSL | hsl(211, 60%, 44%) |
| CMYK | cmyk(75%, 39%, 0%, 30%) |
| LAB | lab(45.6 3.5 -42.5) |
| LCH | lch(45.6 42.7 274.7) |
| OKLCH | oklch(0.531 0.127 252.5) |
Copy-ready code
/* CSS */
color: #2d6eb3;
background-color: #2d6eb3;
/* Tailwind (arbitrary) */
class="text-[#2d6eb3] bg-[#2d6eb3]"
/* SCSS */
$brand: #2d6eb3;
/* SwiftUI */
Color(red: 0.176, green: 0.431, blue: 0.702)
/* Android */
Color.parseColor("#2d6eb3")Accessibility — WCAG contrast
Aa
#2d6eb3 on white: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2d6eb3 on black: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green43.1%
Blue70.2%
CMYK percentages
Cyan74.9%
Magenta38.5%
Yellow0.0%
Key (black)29.8%
Color previews
#2d6eb3 text on a black background
contrast 3.99:1
Card sample
#2d6eb3 text on a white background
contrast 5.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d6eb3;
Background color
Panel with #2d6eb3 background
background-color: #2d6eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d6eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 110, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 110, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d6eb3; background: linear-gradient(135deg, #2d6eb3, #452DB3);