#0093cb
a dark, electric cyan · cool · closest name: steelblue
RGB
0, 147, 203
HSL
197°, 100%, 40%
CMYK
100, 28, 0, 20
Luminance
0.2518
Every format
| HEX | #0093cb |
| RGB | rgb(0, 147, 203) |
| HSL | hsl(197, 100%, 40%) |
| CMYK | cmyk(100%, 28%, 0%, 20%) |
| LAB | lab(57.3 -12.4 -37.9) |
| LCH | lch(57.3 39.9 251.8) |
| OKLCH | oklch(0.626 0.132 234.5) |
Copy-ready code
/* CSS */
color: #0093cb;
background-color: #0093cb;
/* Tailwind (arbitrary) */
class="text-[#0093cb] bg-[#0093cb]"
/* SCSS */
$brand: #0093cb;
/* SwiftUI */
Color(red: 0.000, green: 0.576, blue: 0.796)
/* Android */
Color.parseColor("#0093cb")Accessibility — WCAG contrast
Aa
#0093cb on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0093cb on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green57.6%
Blue79.6%
CMYK percentages
Cyan100.0%
Magenta27.6%
Yellow0.0%
Key (black)20.4%
Color previews
#0093cb text on a black background
contrast 6.04:1
Card sample
#0093cb text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0093cb;
Background color
Panel with #0093cb background
background-color: #0093cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0093cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 147, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 147, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0093cb; background: linear-gradient(135deg, #0093cb, #000CCB);