#008bae
a dark, electric cyan · cool · closest name: steelblue
RGB
0, 139, 174
HSL
192°, 100%, 34%
CMYK
100, 20, 0, 32
Luminance
0.2152
Every format
| HEX | #008bae |
| RGB | rgb(0, 139, 174) |
| HSL | hsl(192, 100%, 34%) |
| CMYK | cmyk(100%, 20%, 0%, 32%) |
| LAB | lab(53.5 -18.6 -27.2) |
| LCH | lch(53.5 33.0 235.6) |
| OKLCH | oklch(0.591 0.111 223.7) |
Copy-ready code
/* CSS */
color: #008bae;
background-color: #008bae;
/* Tailwind (arbitrary) */
class="text-[#008bae] bg-[#008bae]"
/* SCSS */
$brand: #008bae;
/* SwiftUI */
Color(red: 0.000, green: 0.545, blue: 0.682)
/* Android */
Color.parseColor("#008bae")Accessibility — WCAG contrast
Aa
#008bae on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#008bae on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green54.5%
Blue68.2%
CMYK percentages
Cyan100.0%
Magenta20.1%
Yellow0.0%
Key (black)31.8%
Color previews
#008bae text on a black background
contrast 5.30:1
Card sample
#008bae text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #008bae;
Background color
Panel with #008bae background
background-color: #008bae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #008bae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 139, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 139, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #008bae; background: linear-gradient(135deg, #008bae, #0017AE);