#2d799f
a dark, vivid blue · cool · closest name: steelblue
RGB
45, 121, 159
HSL
200°, 56%, 40%
CMYK
72, 24, 0, 38
Luminance
0.1674
Every format
| HEX | #2d799f |
| RGB | rgb(45, 121, 159) |
| HSL | hsl(200, 56%, 40%) |
| CMYK | cmyk(72%, 24%, 0%, 38%) |
| LAB | lab(47.9 -10.4 -27.1) |
| LCH | lch(47.9 29.1 249.1) |
| OKLCH | oklch(0.546 0.094 234.2) |
Copy-ready code
/* CSS */
color: #2d799f;
background-color: #2d799f;
/* Tailwind (arbitrary) */
class="text-[#2d799f] bg-[#2d799f]"
/* SCSS */
$brand: #2d799f;
/* SwiftUI */
Color(red: 0.176, green: 0.475, blue: 0.624)
/* Android */
Color.parseColor("#2d799f")Accessibility — WCAG contrast
Aa
#2d799f on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2d799f on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green47.5%
Blue62.4%
CMYK percentages
Cyan71.7%
Magenta23.9%
Yellow0.0%
Key (black)37.6%
Color previews
#2d799f text on a black background
contrast 4.35:1
Card sample
#2d799f text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d799f;
Background color
Panel with #2d799f background
background-color: #2d799f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d799f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 121, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 121, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d799f; background: linear-gradient(135deg, #2d799f, #2D2D9F);