#2d85ba
a balanced, vivid blue · cool · closest name: steelblue
RGB
45, 133, 186
HSL
203°, 61%, 45%
CMYK
76, 29, 0, 27
Luminance
0.2088
Every format
| HEX | #2d85ba |
| RGB | rgb(45, 133, 186) |
| HSL | hsl(203, 61%, 45%) |
| CMYK | cmyk(76%, 29%, 0%, 27%) |
| LAB | lab(52.8 -7.7 -35.1) |
| LCH | lch(52.8 36.0 257.6) |
| OKLCH | oklch(0.589 0.115 239.8) |
Copy-ready code
/* CSS */
color: #2d85ba;
background-color: #2d85ba;
/* Tailwind (arbitrary) */
class="text-[#2d85ba] bg-[#2d85ba]"
/* SCSS */
$brand: #2d85ba;
/* SwiftUI */
Color(red: 0.176, green: 0.522, blue: 0.729)
/* Android */
Color.parseColor("#2d85ba")Accessibility — WCAG contrast
Aa
#2d85ba on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2d85ba on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green52.2%
Blue72.9%
CMYK percentages
Cyan75.8%
Magenta28.5%
Yellow0.0%
Key (black)27.1%
Color previews
#2d85ba text on a black background
contrast 5.18:1
Card sample
#2d85ba text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d85ba;
Background color
Panel with #2d85ba background
background-color: #2d85ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d85ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 133, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 133, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d85ba; background: linear-gradient(135deg, #2d85ba, #332DBA);