#009fc2
a dark, electric cyan · cool · closest name: steelblue
RGB
0, 159, 194
HSL
191°, 100%, 38%
CMYK
100, 18, 0, 24
Luminance
0.2869
Every format
| HEX | #009fc2 |
| RGB | rgb(0, 159, 194) |
| HSL | hsl(191, 100%, 38%) |
| CMYK | cmyk(100%, 18%, 0%, 24%) |
| LAB | lab(60.5 -22.2 -27.8) |
| LCH | lch(60.5 35.5 231.4) |
| OKLCH | oklch(0.650 0.119 220.9) |
Copy-ready code
/* CSS */
color: #009fc2;
background-color: #009fc2;
/* Tailwind (arbitrary) */
class="text-[#009fc2] bg-[#009fc2]"
/* SCSS */
$brand: #009fc2;
/* SwiftUI */
Color(red: 0.000, green: 0.624, blue: 0.761)
/* Android */
Color.parseColor("#009fc2")Accessibility — WCAG contrast
Aa
#009fc2 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#009fc2 on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green62.4%
Blue76.1%
CMYK percentages
Cyan100.0%
Magenta18.0%
Yellow0.0%
Key (black)23.9%
Color previews
#009fc2 text on a black background
contrast 6.74:1
Card sample
#009fc2 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #009fc2;
Background color
Panel with #009fc2 background
background-color: #009fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #009fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 159, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 159, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #009fc2; background: linear-gradient(135deg, #009fc2, #001EC2);