#0094c9
a dark, electric cyan · cool · closest name: steelblue
RGB
0, 148, 201
HSL
196°, 100%, 39%
CMYK
100, 26, 0, 21
Luminance
0.2540
Every format
| HEX | #0094c9 |
| RGB | rgb(0, 148, 201) |
| HSL | hsl(196, 100%, 39%) |
| CMYK | cmyk(100%, 26%, 0%, 21%) |
| LAB | lab(57.5 -13.7 -36.4) |
| LCH | lch(57.5 38.9 249.3) |
| OKLCH | oklch(0.627 0.129 232.9) |
Copy-ready code
/* CSS */
color: #0094c9;
background-color: #0094c9;
/* Tailwind (arbitrary) */
class="text-[#0094c9] bg-[#0094c9]"
/* SCSS */
$brand: #0094c9;
/* SwiftUI */
Color(red: 0.000, green: 0.580, blue: 0.788)
/* Android */
Color.parseColor("#0094c9")Accessibility — WCAG contrast
Aa
#0094c9 on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0094c9 on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green58.0%
Blue78.8%
CMYK percentages
Cyan100.0%
Magenta26.4%
Yellow0.0%
Key (black)21.2%
Color previews
#0094c9 text on a black background
contrast 6.08:1
Card sample
#0094c9 text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0094c9;
Background color
Panel with #0094c9 background
background-color: #0094c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0094c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 148, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 148, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0094c9; background: linear-gradient(135deg, #0094c9, #000EC9);