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