#2adefc
a balanced, electric cyan · cool · closest name: skyblue
RGB
42, 222, 252
HSL
189°, 97%, 58%
CMYK
83, 12, 0, 1
Luminance
0.5976
Every format
| HEX | #2adefc |
| RGB | rgb(42, 222, 252) |
| HSL | hsl(189, 97%, 58%) |
| CMYK | cmyk(83%, 12%, 0%, 1%) |
| LAB | lab(81.7 -32.5 -26.8) |
| LCH | lch(81.7 42.1 219.5) |
| OKLCH | oklch(0.830 0.139 212.6) |
Copy-ready code
/* CSS */
color: #2adefc;
background-color: #2adefc;
/* Tailwind (arbitrary) */
class="text-[#2adefc] bg-[#2adefc]"
/* SCSS */
$brand: #2adefc;
/* SwiftUI */
Color(red: 0.165, green: 0.871, blue: 0.988)
/* Android */
Color.parseColor("#2adefc")Accessibility — WCAG contrast
Aa
#2adefc on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2adefc on black: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green87.1%
Blue98.8%
CMYK percentages
Cyan83.3%
Magenta11.9%
Yellow0.0%
Key (black)1.2%
Color previews
#2adefc text on a black background
contrast 12.95:1
Card sample
#2adefc text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2adefc;
Background color
Panel with #2adefc background
background-color: #2adefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2adefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 222, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 222, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2adefc; background: linear-gradient(135deg, #2adefc, #2A52FC);