#3ac2df
a balanced, vivid cyan · cool · closest name: skyblue
RGB
58, 194, 223
HSL
191°, 72%, 55%
CMYK
74, 13, 0, 13
Luminance
0.4481
Every format
| HEX | #3ac2df |
| RGB | rgb(58, 194, 223) |
| HSL | hsl(191, 72%, 55%) |
| CMYK | cmyk(74%, 13%, 0%, 13%) |
| LAB | lab(72.8 -26.4 -24.9) |
| LCH | lch(72.8 36.3 223.2) |
| OKLCH | oklch(0.755 0.119 215.5) |
Copy-ready code
/* CSS */
color: #3ac2df;
background-color: #3ac2df;
/* Tailwind (arbitrary) */
class="text-[#3ac2df] bg-[#3ac2df]"
/* SCSS */
$brand: #3ac2df;
/* SwiftUI */
Color(red: 0.227, green: 0.761, blue: 0.875)
/* Android */
Color.parseColor("#3ac2df")Accessibility — WCAG contrast
Aa
#3ac2df on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ac2df on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green76.1%
Blue87.5%
CMYK percentages
Cyan74.0%
Magenta13.0%
Yellow0.0%
Key (black)12.5%
Color previews
#3ac2df text on a black background
contrast 9.96:1
Card sample
#3ac2df text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ac2df;
Background color
Panel with #3ac2df background
background-color: #3ac2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ac2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 194, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 194, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ac2df; background: linear-gradient(135deg, #3ac2df, #3A54DF);