#008cc3
a dark, electric cyan · cool · closest name: steelblue
RGB
0, 140, 195
HSL
197°, 100%, 38%
CMYK
100, 28, 0, 24
Luminance
0.2270
Every format
| HEX | #008cc3 |
| RGB | rgb(0, 140, 195) |
| HSL | hsl(197, 100%, 38%) |
| CMYK | cmyk(100%, 28%, 0%, 24%) |
| LAB | lab(54.8 -11.5 -37.3) |
| LCH | lch(54.8 39.0 252.9) |
| OKLCH | oklch(0.605 0.129 235.2) |
Copy-ready code
/* CSS */
color: #008cc3;
background-color: #008cc3;
/* Tailwind (arbitrary) */
class="text-[#008cc3] bg-[#008cc3]"
/* SCSS */
$brand: #008cc3;
/* SwiftUI */
Color(red: 0.000, green: 0.549, blue: 0.765)
/* Android */
Color.parseColor("#008cc3")Accessibility — WCAG contrast
Aa
#008cc3 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#008cc3 on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green54.9%
Blue76.5%
CMYK percentages
Cyan100.0%
Magenta28.2%
Yellow0.0%
Key (black)23.5%
Color previews
#008cc3 text on a black background
contrast 5.54:1
Card sample
#008cc3 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #008cc3;
Background color
Panel with #008cc3 background
background-color: #008cc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #008cc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 140, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 140, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #008cc3; background: linear-gradient(135deg, #008cc3, #000AC3);