#1c8ba7
a dark, vivid cyan · cool · closest name: steelblue
RGB
28, 139, 167
HSL
192°, 71%, 38%
CMYK
83, 17, 0, 35
Luminance
0.2150
Every format
| HEX | #1c8ba7 |
| RGB | rgb(28, 139, 167) |
| HSL | hsl(192, 71%, 38%) |
| CMYK | cmyk(83%, 17%, 0%, 35%) |
| LAB | lab(53.5 -19.6 -23.2) |
| LCH | lch(53.5 30.4 229.8) |
| OKLCH | oklch(0.591 0.101 220.1) |
Copy-ready code
/* CSS */
color: #1c8ba7;
background-color: #1c8ba7;
/* Tailwind (arbitrary) */
class="text-[#1c8ba7] bg-[#1c8ba7]"
/* SCSS */
$brand: #1c8ba7;
/* SwiftUI */
Color(red: 0.110, green: 0.545, blue: 0.655)
/* Android */
Color.parseColor("#1c8ba7")Accessibility — WCAG contrast
Aa
#1c8ba7 on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1c8ba7 on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green54.5%
Blue65.5%
CMYK percentages
Cyan83.2%
Magenta16.8%
Yellow0.0%
Key (black)34.5%
Color previews
#1c8ba7 text on a black background
contrast 5.30:1
Card sample
#1c8ba7 text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1c8ba7;
Background color
Panel with #1c8ba7 background
background-color: #1c8ba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1c8ba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 139, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 139, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1c8ba7; background: linear-gradient(135deg, #1c8ba7, #1C2EA7);