#3adcfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
58, 220, 253
HSL
190°, 98%, 61%
CMYK
77, 13, 0, 1
Luminance
0.5918
Every format
| HEX | #3adcfd |
| RGB | rgb(58, 220, 253) |
| HSL | hsl(190, 98%, 61%) |
| CMYK | cmyk(77%, 13%, 0%, 1%) |
| LAB | lab(81.4 -29.9 -27.8) |
| LCH | lch(81.4 40.8 222.9) |
| OKLCH | oklch(0.828 0.135 215.2) |
Copy-ready code
/* CSS */
color: #3adcfd;
background-color: #3adcfd;
/* Tailwind (arbitrary) */
class="text-[#3adcfd] bg-[#3adcfd]"
/* SCSS */
$brand: #3adcfd;
/* SwiftUI */
Color(red: 0.227, green: 0.863, blue: 0.992)
/* Android */
Color.parseColor("#3adcfd")Accessibility — WCAG contrast
Aa
#3adcfd on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3adcfd on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green86.3%
Blue99.2%
CMYK percentages
Cyan77.1%
Magenta13.0%
Yellow0.0%
Key (black)0.8%
Color previews
#3adcfd text on a black background
contrast 12.84:1
Card sample
#3adcfd text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3adcfd;
Background color
Panel with #3adcfd background
background-color: #3adcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3adcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 220, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 220, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3adcfd; background: linear-gradient(135deg, #3adcfd, #3A5AFD);