#3abdcf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
58, 189, 207
HSL
187°, 61%, 52%
CMYK
72, 9, 0, 19
Luminance
0.4180
Every format
| HEX | #3abdcf |
| RGB | rgb(58, 189, 207) |
| HSL | hsl(187, 61%, 52%) |
| CMYK | cmyk(72%, 9%, 0%, 19%) |
| LAB | lab(70.7 -28.9 -19.3) |
| LCH | lch(70.7 34.7 213.6) |
| OKLCH | oklch(0.736 0.112 208.5) |
Copy-ready code
/* CSS */
color: #3abdcf;
background-color: #3abdcf;
/* Tailwind (arbitrary) */
class="text-[#3abdcf] bg-[#3abdcf]"
/* SCSS */
$brand: #3abdcf;
/* SwiftUI */
Color(red: 0.227, green: 0.741, blue: 0.812)
/* Android */
Color.parseColor("#3abdcf")Accessibility — WCAG contrast
Aa
#3abdcf on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3abdcf on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green74.1%
Blue81.2%
CMYK percentages
Cyan72.0%
Magenta8.7%
Yellow0.0%
Key (black)18.8%
Color previews
#3abdcf text on a black background
contrast 9.36:1
Card sample
#3abdcf text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3abdcf;
Background color
Panel with #3abdcf background
background-color: #3abdcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3abdcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 189, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 189, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3abdcf; background: linear-gradient(135deg, #3abdcf, #3A5ACF);