#0290ba
a dark, electric cyan · cool · closest name: steelblue
RGB
2, 144, 186
HSL
194°, 98%, 37%
CMYK
99, 23, 0, 27
Luminance
0.2350
Every format
| HEX | #0290ba |
| RGB | rgb(2, 144, 186) |
| HSL | hsl(194, 98%, 37%) |
| CMYK | cmyk(99%, 23%, 0%, 27%) |
| LAB | lab(55.6 -16.9 -30.9) |
| LCH | lch(55.6 35.2 241.2) |
| OKLCH | oklch(0.610 0.118 227.5) |
Copy-ready code
/* CSS */
color: #0290ba;
background-color: #0290ba;
/* Tailwind (arbitrary) */
class="text-[#0290ba] bg-[#0290ba]"
/* SCSS */
$brand: #0290ba;
/* SwiftUI */
Color(red: 0.008, green: 0.565, blue: 0.729)
/* Android */
Color.parseColor("#0290ba")Accessibility — WCAG contrast
Aa
#0290ba on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0290ba on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green56.5%
Blue72.9%
CMYK percentages
Cyan98.9%
Magenta22.6%
Yellow0.0%
Key (black)27.1%
Color previews
#0290ba text on a black background
contrast 5.70:1
Card sample
#0290ba text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0290ba;
Background color
Panel with #0290ba background
background-color: #0290ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0290ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 144, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 144, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0290ba; background: linear-gradient(135deg, #0290ba, #0215BA);