#3adeff
a balanced, electric cyan · cool · closest name: skyblue
RGB
58, 222, 255
HSL
190°, 100%, 61%
CMYK
77, 13, 0, 0
Luminance
0.6036
Every format
| HEX | #3adeff |
| RGB | rgb(58, 222, 255) |
| HSL | hsl(190, 100%, 61%) |
| CMYK | cmyk(77%, 13%, 0%, 0%) |
| LAB | lab(82.0 -30.3 -27.8) |
| LCH | lch(82.0 41.1 222.6) |
| OKLCH | oklch(0.833 0.136 215.0) |
Copy-ready code
/* CSS */
color: #3adeff;
background-color: #3adeff;
/* Tailwind (arbitrary) */
class="text-[#3adeff] bg-[#3adeff]"
/* SCSS */
$brand: #3adeff;
/* SwiftUI */
Color(red: 0.227, green: 0.871, blue: 1.000)
/* Android */
Color.parseColor("#3adeff")Accessibility — WCAG contrast
Aa
#3adeff on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3adeff on black: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green87.1%
Blue100.0%
CMYK percentages
Cyan77.3%
Magenta12.9%
Yellow0.0%
Key (black)0.0%
Color previews
#3adeff text on a black background
contrast 13.07:1
Card sample
#3adeff text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3adeff;
Background color
Panel with #3adeff background
background-color: #3adeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3adeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 222, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 222, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3adeff; background: linear-gradient(135deg, #3adeff, #3A5BFF);