#2d759f
a dark, vivid blue · cool · closest name: steelblue
RGB
45, 117, 159
HSL
202°, 56%, 40%
CMYK
72, 26, 0, 38
Luminance
0.1578
Every format
| HEX | #2d759f |
| RGB | rgb(45, 117, 159) |
| HSL | hsl(202, 56%, 40%) |
| CMYK | cmyk(72%, 26%, 0%, 38%) |
| LAB | lab(46.7 -8.1 -29.1) |
| LCH | lch(46.7 30.2 254.5) |
| OKLCH | oklch(0.537 0.097 238.1) |
Copy-ready code
/* CSS */
color: #2d759f;
background-color: #2d759f;
/* Tailwind (arbitrary) */
class="text-[#2d759f] bg-[#2d759f]"
/* SCSS */
$brand: #2d759f;
/* SwiftUI */
Color(red: 0.176, green: 0.459, blue: 0.624)
/* Android */
Color.parseColor("#2d759f")Accessibility — WCAG contrast
Aa
#2d759f on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2d759f on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green45.9%
Blue62.4%
CMYK percentages
Cyan71.7%
Magenta26.4%
Yellow0.0%
Key (black)37.6%
Color previews
#2d759f text on a black background
contrast 4.16:1
Card sample
#2d759f text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d759f;
Background color
Panel with #2d759f background
background-color: #2d759f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d759f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 117, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 117, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d759f; background: linear-gradient(135deg, #2d759f, #312D9F);