#0096d6
a dark, electric cyan · cool · closest name: steelblue
RGB
0, 150, 214
HSL
198°, 100%, 42%
CMYK
100, 30, 0, 16
Luminance
0.2667
Every format
| HEX | #0096d6 |
| RGB | rgb(0, 150, 214) |
| HSL | hsl(198, 100%, 42%) |
| CMYK | cmyk(100%, 30%, 0%, 16%) |
| LAB | lab(58.7 -10.1 -41.8) |
| LCH | lch(58.7 43.0 256.5) |
| OKLCH | oklch(0.638 0.141 237.6) |
Copy-ready code
/* CSS */
color: #0096d6;
background-color: #0096d6;
/* Tailwind (arbitrary) */
class="text-[#0096d6] bg-[#0096d6]"
/* SCSS */
$brand: #0096d6;
/* SwiftUI */
Color(red: 0.000, green: 0.588, blue: 0.839)
/* Android */
Color.parseColor("#0096d6")Accessibility — WCAG contrast
Aa
#0096d6 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0096d6 on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green58.8%
Blue83.9%
CMYK percentages
Cyan100.0%
Magenta29.9%
Yellow0.0%
Key (black)16.1%
Color previews
#0096d6 text on a black background
contrast 6.33:1
Card sample
#0096d6 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0096d6;
Background color
Panel with #0096d6 background
background-color: #0096d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0096d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 150, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 150, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0096d6; background: linear-gradient(135deg, #0096d6, #0007D6);