#0097e4
a dark, electric blue · cool · closest name: steelblue
RGB
0, 151, 228
HSL
200°, 100%, 45%
CMYK
100, 34, 0, 11
Luminance
0.2773
Every format
| HEX | #0097e4 |
| RGB | rgb(0, 151, 228) |
| HSL | hsl(200, 100%, 45%) |
| CMYK | cmyk(100%, 34%, 0%, 11%) |
| LAB | lab(59.6 -5.4 -48.1) |
| LCH | lch(59.6 48.4 263.6) |
| OKLCH | oklch(0.649 0.155 242.3) |
Copy-ready code
/* CSS */
color: #0097e4;
background-color: #0097e4;
/* Tailwind (arbitrary) */
class="text-[#0097e4] bg-[#0097e4]"
/* SCSS */
$brand: #0097e4;
/* SwiftUI */
Color(red: 0.000, green: 0.592, blue: 0.894)
/* Android */
Color.parseColor("#0097e4")Accessibility — WCAG contrast
Aa
#0097e4 on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0097e4 on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green59.2%
Blue89.4%
CMYK percentages
Cyan100.0%
Magenta33.8%
Yellow0.0%
Key (black)10.6%
Color previews
#0097e4 text on a black background
contrast 6.55:1
Card sample
#0097e4 text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0097e4;
Background color
Panel with #0097e4 background
background-color: #0097e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0097e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 151, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 151, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0097e4; background: linear-gradient(135deg, #0097e4, #0100E4);