#108ab2
a dark, electric cyan · cool · closest name: steelblue
RGB
16, 138, 178
HSL
195°, 84%, 38%
CMYK
91, 23, 0, 30
Luminance
0.2150
Every format
| HEX | #108ab2 |
| RGB | rgb(16, 138, 178) |
| HSL | hsl(195, 84%, 38%) |
| CMYK | cmyk(91%, 23%, 0%, 30%) |
| LAB | lab(53.5 -16.0 -29.5) |
| LCH | lch(53.5 33.6 241.6) |
| OKLCH | oklch(0.592 0.112 227.9) |
Copy-ready code
/* CSS */
color: #108ab2;
background-color: #108ab2;
/* Tailwind (arbitrary) */
class="text-[#108ab2] bg-[#108ab2]"
/* SCSS */
$brand: #108ab2;
/* SwiftUI */
Color(red: 0.063, green: 0.541, blue: 0.698)
/* Android */
Color.parseColor("#108ab2")Accessibility — WCAG contrast
Aa
#108ab2 on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#108ab2 on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green54.1%
Blue69.8%
CMYK percentages
Cyan91.0%
Magenta22.5%
Yellow0.0%
Key (black)30.2%
Color previews
#108ab2 text on a black background
contrast 5.30:1
Card sample
#108ab2 text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #108ab2;
Background color
Panel with #108ab2 background
background-color: #108ab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #108ab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 138, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 138, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #108ab2; background: linear-gradient(135deg, #108ab2, #101EB2);