#009fbf
a dark, electric cyan · cool · closest name: skyblue
RGB
0, 159, 191
HSL
190°, 100%, 38%
CMYK
100, 17, 0, 25
Luminance
0.2856
Every format
| HEX | #009fbf |
| RGB | rgb(0, 159, 191) |
| HSL | hsl(190, 100%, 38%) |
| CMYK | cmyk(100%, 17%, 0%, 25%) |
| LAB | lab(60.4 -23.2 -26.3) |
| LCH | lch(60.4 35.0 228.5) |
| OKLCH | oklch(0.649 0.117 218.9) |
Copy-ready code
/* CSS */
color: #009fbf;
background-color: #009fbf;
/* Tailwind (arbitrary) */
class="text-[#009fbf] bg-[#009fbf]"
/* SCSS */
$brand: #009fbf;
/* SwiftUI */
Color(red: 0.000, green: 0.624, blue: 0.749)
/* Android */
Color.parseColor("#009fbf")Accessibility — WCAG contrast
Aa
#009fbf on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#009fbf on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green62.4%
Blue74.9%
CMYK percentages
Cyan100.0%
Magenta16.8%
Yellow0.0%
Key (black)25.1%
Color previews
#009fbf text on a black background
contrast 6.71:1
Card sample
#009fbf text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #009fbf;
Background color
Panel with #009fbf background
background-color: #009fbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #009fbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 159, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 159, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #009fbf; background: linear-gradient(135deg, #009fbf, #0020BF);