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