#3abfda
a balanced, vivid cyan · cool · closest name: skyblue
RGB
58, 191, 218
HSL
190°, 68%, 54%
CMYK
73, 12, 0, 15
Luminance
0.4322
Every format
| HEX | #3abfda |
| RGB | rgb(58, 191, 218) |
| HSL | hsl(190, 68%, 54%) |
| CMYK | cmyk(73%, 12%, 0%, 15%) |
| LAB | lab(71.7 -26.5 -23.8) |
| LCH | lch(71.7 35.6 221.9) |
| OKLCH | oklch(0.746 0.117 214.5) |
Copy-ready code
/* CSS */
color: #3abfda;
background-color: #3abfda;
/* Tailwind (arbitrary) */
class="text-[#3abfda] bg-[#3abfda]"
/* SCSS */
$brand: #3abfda;
/* SwiftUI */
Color(red: 0.227, green: 0.749, blue: 0.855)
/* Android */
Color.parseColor("#3abfda")Accessibility — WCAG contrast
Aa
#3abfda on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3abfda on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green74.9%
Blue85.5%
CMYK percentages
Cyan73.4%
Magenta12.4%
Yellow0.0%
Key (black)14.5%
Color previews
#3abfda text on a black background
contrast 9.64:1
Card sample
#3abfda text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3abfda;
Background color
Panel with #3abfda background
background-color: #3abfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3abfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 191, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 191, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3abfda; background: linear-gradient(135deg, #3abfda, #3A54DA);