#2adcff
a balanced, electric cyan · cool · closest name: skyblue
RGB
42, 220, 255
HSL
190°, 100%, 58%
CMYK
84, 14, 0, 0
Luminance
0.5890
Every format
| HEX | #2adcff |
| RGB | rgb(42, 220, 255) |
| HSL | hsl(190, 100%, 58%) |
| CMYK | cmyk(84%, 14%, 0%, 0%) |
| LAB | lab(81.2 -30.6 -29.1) |
| LCH | lch(81.2 42.2 223.5) |
| OKLCH | oklch(0.826 0.140 215.6) |
Copy-ready code
/* CSS */
color: #2adcff;
background-color: #2adcff;
/* Tailwind (arbitrary) */
class="text-[#2adcff] bg-[#2adcff]"
/* SCSS */
$brand: #2adcff;
/* SwiftUI */
Color(red: 0.165, green: 0.863, blue: 1.000)
/* Android */
Color.parseColor("#2adcff")Accessibility — WCAG contrast
Aa
#2adcff on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2adcff on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green86.3%
Blue100.0%
CMYK percentages
Cyan83.5%
Magenta13.7%
Yellow0.0%
Key (black)0.0%
Color previews
#2adcff text on a black background
contrast 12.78:1
Card sample
#2adcff text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2adcff;
Background color
Panel with #2adcff background
background-color: #2adcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2adcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 220, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 220, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2adcff; background: linear-gradient(135deg, #2adcff, #2A4EFF);