#098cb2
a dark, electric cyan · cool · closest name: steelblue
RGB
9, 140, 178
HSL
194°, 90%, 37%
CMYK
95, 21, 0, 30
Luminance
0.2203
Every format
| HEX | #098cb2 |
| RGB | rgb(9, 140, 178) |
| HSL | hsl(194, 90%, 37%) |
| CMYK | cmyk(95%, 21%, 0%, 30%) |
| LAB | lab(54.0 -17.4 -28.7) |
| LCH | lch(54.0 33.5 238.8) |
| OKLCH | oklch(0.597 0.112 225.9) |
Copy-ready code
/* CSS */
color: #098cb2;
background-color: #098cb2;
/* Tailwind (arbitrary) */
class="text-[#098cb2] bg-[#098cb2]"
/* SCSS */
$brand: #098cb2;
/* SwiftUI */
Color(red: 0.035, green: 0.549, blue: 0.698)
/* Android */
Color.parseColor("#098cb2")Accessibility — WCAG contrast
Aa
#098cb2 on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#098cb2 on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green54.9%
Blue69.8%
CMYK percentages
Cyan94.9%
Magenta21.3%
Yellow0.0%
Key (black)30.2%
Color previews
#098cb2 text on a black background
contrast 5.41:1
Card sample
#098cb2 text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #098cb2;
Background color
Panel with #098cb2 background
background-color: #098cb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #098cb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 140, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 140, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #098cb2; background: linear-gradient(135deg, #098cb2, #091BB2);