#2d91ac
a dark, vivid cyan · cool · closest name: steelblue
RGB
45, 145, 172
HSL
193°, 59%, 43%
CMYK
74, 16, 0, 33
Luminance
0.2379
Every format
| HEX | #2d91ac |
| RGB | rgb(45, 145, 172) |
| HSL | hsl(193, 59%, 43%) |
| CMYK | cmyk(74%, 16%, 0%, 33%) |
| LAB | lab(55.9 -19.2 -22.4) |
| LCH | lch(55.9 29.5 229.3) |
| OKLCH | oklch(0.612 0.098 219.9) |
Copy-ready code
/* CSS */
color: #2d91ac;
background-color: #2d91ac;
/* Tailwind (arbitrary) */
class="text-[#2d91ac] bg-[#2d91ac]"
/* SCSS */
$brand: #2d91ac;
/* SwiftUI */
Color(red: 0.176, green: 0.569, blue: 0.675)
/* Android */
Color.parseColor("#2d91ac")Accessibility — WCAG contrast
Aa
#2d91ac on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2d91ac on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green56.9%
Blue67.5%
CMYK percentages
Cyan73.8%
Magenta15.7%
Yellow0.0%
Key (black)32.5%
Color previews
#2d91ac text on a black background
contrast 5.76:1
Card sample
#2d91ac text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d91ac;
Background color
Panel with #2d91ac background
background-color: #2d91ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d91ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 145, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 145, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d91ac; background: linear-gradient(135deg, #2d91ac, #2D3CAC);