#097ba2
a dark, electric cyan · cool · closest name: steelblue
RGB
9, 123, 162
HSL
195°, 90%, 34%
CMYK
94, 24, 0, 37
Luminance
0.1683
Every format
| HEX | #097ba2 |
| RGB | rgb(9, 123, 162) |
| HSL | hsl(195, 90%, 34%) |
| CMYK | cmyk(94%, 24%, 0%, 37%) |
| LAB | lab(48.0 -13.8 -28.8) |
| LCH | lch(48.0 31.9 244.4) |
| OKLCH | oklch(0.546 0.106 229.7) |
Copy-ready code
/* CSS */
color: #097ba2;
background-color: #097ba2;
/* Tailwind (arbitrary) */
class="text-[#097ba2] bg-[#097ba2]"
/* SCSS */
$brand: #097ba2;
/* SwiftUI */
Color(red: 0.035, green: 0.482, blue: 0.635)
/* Android */
Color.parseColor("#097ba2")Accessibility — WCAG contrast
Aa
#097ba2 on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#097ba2 on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green48.2%
Blue63.5%
CMYK percentages
Cyan94.4%
Magenta24.1%
Yellow0.0%
Key (black)36.5%
Color previews
#097ba2 text on a black background
contrast 4.37:1
Card sample
#097ba2 text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #097ba2;
Background color
Panel with #097ba2 background
background-color: #097ba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #097ba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 123, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 123, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #097ba2; background: linear-gradient(135deg, #097ba2, #0915A2);