#025b97
a dark, electric blue · cool · closest name: steelblue
RGB
2, 91, 151
HSL
204°, 97%, 30%
CMYK
99, 40, 0, 41
Luminance
0.0973
Every format
| HEX | #025b97 |
| RGB | rgb(2, 91, 151) |
| HSL | hsl(204, 97%, 30%) |
| CMYK | cmyk(99%, 40%, 0%, 41%) |
| LAB | lab(37.4 0.8 -39.1) |
| LCH | lch(37.4 39.1 271.2) |
| OKLCH | oklch(0.459 0.121 247.5) |
Copy-ready code
/* CSS */
color: #025b97;
background-color: #025b97;
/* Tailwind (arbitrary) */
class="text-[#025b97] bg-[#025b97]"
/* SCSS */
$brand: #025b97;
/* SwiftUI */
Color(red: 0.008, green: 0.357, blue: 0.592)
/* Android */
Color.parseColor("#025b97")Accessibility — WCAG contrast
Aa
#025b97 on white: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#025b97 on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green35.7%
Blue59.2%
CMYK percentages
Cyan98.7%
Magenta39.7%
Yellow0.0%
Key (black)40.8%
Color previews
#025b97 text on a black background
contrast 2.95:1
Card sample
#025b97 text on a white background
contrast 7.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #025b97;
Background color
Panel with #025b97 background
background-color: #025b97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #025b97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 91, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 91, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #025b97; background: linear-gradient(135deg, #025b97, #0C0297);