#3ab4cf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
58, 180, 207
HSL
191°, 61%, 52%
CMYK
72, 13, 0, 19
Luminance
0.3805
Every format
| HEX | #3ab4cf |
| RGB | rgb(58, 180, 207) |
| HSL | hsl(191, 61%, 52%) |
| CMYK | cmyk(72%, 13%, 0%, 19%) |
| LAB | lab(68.0 -24.4 -23.3) |
| LCH | lch(68.0 33.8 223.7) |
| OKLCH | oklch(0.715 0.111 215.9) |
Copy-ready code
/* CSS */
color: #3ab4cf;
background-color: #3ab4cf;
/* Tailwind (arbitrary) */
class="text-[#3ab4cf] bg-[#3ab4cf]"
/* SCSS */
$brand: #3ab4cf;
/* SwiftUI */
Color(red: 0.227, green: 0.706, blue: 0.812)
/* Android */
Color.parseColor("#3ab4cf")Accessibility — WCAG contrast
Aa
#3ab4cf on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ab4cf on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green70.6%
Blue81.2%
CMYK percentages
Cyan72.0%
Magenta13.0%
Yellow0.0%
Key (black)18.8%
Color previews
#3ab4cf text on a black background
contrast 8.61:1
Card sample
#3ab4cf text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ab4cf;
Background color
Panel with #3ab4cf background
background-color: #3ab4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ab4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 180, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 180, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ab4cf; background: linear-gradient(135deg, #3ab4cf, #3A51CF);