#3aceff
a balanced, electric cyan · cool · closest name: skyblue
RGB
58, 206, 255
HSL
195°, 100%, 61%
CMYK
77, 19, 0, 0
Luminance
0.5226
Every format
| HEX | #3aceff |
| RGB | rgb(58, 206, 255) |
| HSL | hsl(195, 100%, 61%) |
| CMYK | cmyk(77%, 19%, 0%, 0%) |
| LAB | lab(77.4 -22.3 -34.9) |
| LCH | lch(77.4 41.4 237.4) |
| OKLCH | oklch(0.796 0.138 225.4) |
Copy-ready code
/* CSS */
color: #3aceff;
background-color: #3aceff;
/* Tailwind (arbitrary) */
class="text-[#3aceff] bg-[#3aceff]"
/* SCSS */
$brand: #3aceff;
/* SwiftUI */
Color(red: 0.227, green: 0.808, blue: 1.000)
/* Android */
Color.parseColor("#3aceff")Accessibility — WCAG contrast
Aa
#3aceff on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3aceff on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green80.8%
Blue100.0%
CMYK percentages
Cyan77.3%
Magenta19.2%
Yellow0.0%
Key (black)0.0%
Color previews
#3aceff text on a black background
contrast 11.45:1
Card sample
#3aceff text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3aceff;
Background color
Panel with #3aceff background
background-color: #3aceff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3aceff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 206, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 206, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3aceff; background: linear-gradient(135deg, #3aceff, #3A4BFF);