#008cca
a dark, electric cyan · cool · closest name: steelblue
RGB
0, 140, 202
HSL
198°, 100%, 40%
CMYK
100, 31, 0, 21
Luminance
0.2302
Every format
| HEX | #008cca |
| RGB | rgb(0, 140, 202) |
| HSL | hsl(198, 100%, 40%) |
| CMYK | cmyk(100%, 31%, 0%, 21%) |
| LAB | lab(55.1 -8.9 -40.7) |
| LCH | lch(55.1 41.7 257.7) |
| OKLCH | oklch(0.608 0.136 238.4) |
Copy-ready code
/* CSS */
color: #008cca;
background-color: #008cca;
/* Tailwind (arbitrary) */
class="text-[#008cca] bg-[#008cca]"
/* SCSS */
$brand: #008cca;
/* SwiftUI */
Color(red: 0.000, green: 0.549, blue: 0.792)
/* Android */
Color.parseColor("#008cca")Accessibility — WCAG contrast
Aa
#008cca on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#008cca on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green54.9%
Blue79.2%
CMYK percentages
Cyan100.0%
Magenta30.7%
Yellow0.0%
Key (black)20.8%
Color previews
#008cca text on a black background
contrast 5.60:1
Card sample
#008cca text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #008cca;
Background color
Panel with #008cca background
background-color: #008cca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #008cca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 140, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 140, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #008cca; background: linear-gradient(135deg, #008cca, #0005CA);