#0094cc
a dark, electric cyan · cool · closest name: steelblue
RGB
0, 148, 204
HSL
197°, 100%, 40%
CMYK
100, 28, 0, 20
Luminance
0.2554
Every format
| HEX | #0094cc |
| RGB | rgb(0, 148, 204) |
| HSL | hsl(197, 100%, 40%) |
| CMYK | cmyk(100%, 28%, 0%, 20%) |
| LAB | lab(57.6 -12.6 -37.9) |
| LCH | lch(57.6 40.0 251.6) |
| OKLCH | oklch(0.628 0.132 234.4) |
Copy-ready code
/* CSS */
color: #0094cc;
background-color: #0094cc;
/* Tailwind (arbitrary) */
class="text-[#0094cc] bg-[#0094cc]"
/* SCSS */
$brand: #0094cc;
/* SwiftUI */
Color(red: 0.000, green: 0.580, blue: 0.800)
/* Android */
Color.parseColor("#0094cc")Accessibility — WCAG contrast
Aa
#0094cc on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0094cc on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green58.0%
Blue80.0%
CMYK percentages
Cyan100.0%
Magenta27.5%
Yellow0.0%
Key (black)20.0%
Color previews
#0094cc text on a black background
contrast 6.11:1
Card sample
#0094cc text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0094cc;
Background color
Panel with #0094cc background
background-color: #0094cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0094cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 148, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 148, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0094cc; background: linear-gradient(135deg, #0094cc, #000CCC);