#024f87
a dark, electric blue · cool · closest name: steelblue
RGB
2, 79, 135
HSL
205°, 97%, 27%
CMYK
99, 42, 0, 47
Luminance
0.0735
Every format
| HEX | #024f87 |
| RGB | rgb(2, 79, 135) |
| HSL | hsl(205, 97%, 27%) |
| CMYK | cmyk(99%, 42%, 0%, 47%) |
| LAB | lab(32.6 2.0 -37.0) |
| LCH | lch(32.6 37.0 273.1) |
| OKLCH | oklch(0.419 0.114 248.7) |
Copy-ready code
/* CSS */
color: #024f87;
background-color: #024f87;
/* Tailwind (arbitrary) */
class="text-[#024f87] bg-[#024f87]"
/* SCSS */
$brand: #024f87;
/* SwiftUI */
Color(red: 0.008, green: 0.310, blue: 0.529)
/* Android */
Color.parseColor("#024f87")Accessibility — WCAG contrast
Aa
#024f87 on white: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024f87 on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green31.0%
Blue52.9%
CMYK percentages
Cyan98.5%
Magenta41.5%
Yellow0.0%
Key (black)47.1%
Color previews
#024f87 text on a black background
contrast 2.47:1
Card sample
#024f87 text on a white background
contrast 8.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024f87;
Background color
Panel with #024f87 background
background-color: #024f87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024f87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 79, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 79, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024f87; background: linear-gradient(135deg, #024f87, #0E0287);