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