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