#0096cf
a dark, electric cyan · cool · closest name: steelblue
RGB
0, 150, 207
HSL
197°, 100%, 41%
CMYK
100, 28, 0, 19
Luminance
0.2632
Every format
| HEX | #0096cf |
| RGB | rgb(0, 150, 207) |
| HSL | hsl(197, 100%, 41%) |
| CMYK | cmyk(100%, 28%, 0%, 19%) |
| LAB | lab(58.3 -12.7 -38.4) |
| LCH | lch(58.3 40.5 251.8) |
| OKLCH | oklch(0.635 0.134 234.5) |
Copy-ready code
/* CSS */
color: #0096cf;
background-color: #0096cf;
/* Tailwind (arbitrary) */
class="text-[#0096cf] bg-[#0096cf]"
/* SCSS */
$brand: #0096cf;
/* SwiftUI */
Color(red: 0.000, green: 0.588, blue: 0.812)
/* Android */
Color.parseColor("#0096cf")Accessibility — WCAG contrast
Aa
#0096cf on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0096cf on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green58.8%
Blue81.2%
CMYK percentages
Cyan100.0%
Magenta27.5%
Yellow0.0%
Key (black)18.8%
Color previews
#0096cf text on a black background
contrast 6.26:1
Card sample
#0096cf text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0096cf;
Background color
Panel with #0096cf background
background-color: #0096cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0096cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 150, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 150, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0096cf; background: linear-gradient(135deg, #0096cf, #000CCF);