#2adbfe
a balanced, electric cyan · cool · closest name: skyblue
RGB
42, 219, 254
HSL
190°, 99%, 58%
CMYK
84, 14, 0, 0
Luminance
0.5831
Every format
| HEX | #2adbfe |
| RGB | rgb(42, 219, 254) |
| HSL | hsl(190, 99%, 58%) |
| CMYK | cmyk(84%, 14%, 0%, 0%) |
| LAB | lab(80.9 -30.4 -29.0) |
| LCH | lch(80.9 42.1 223.7) |
| OKLCH | oklch(0.823 0.139 215.6) |
Copy-ready code
/* CSS */
color: #2adbfe;
background-color: #2adbfe;
/* Tailwind (arbitrary) */
class="text-[#2adbfe] bg-[#2adbfe]"
/* SCSS */
$brand: #2adbfe;
/* SwiftUI */
Color(red: 0.165, green: 0.859, blue: 0.996)
/* Android */
Color.parseColor("#2adbfe")Accessibility — WCAG contrast
Aa
#2adbfe on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2adbfe on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green85.9%
Blue99.6%
CMYK percentages
Cyan83.5%
Magenta13.8%
Yellow0.0%
Key (black)0.4%
Color previews
#2adbfe text on a black background
contrast 12.66:1
Card sample
#2adbfe text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2adbfe;
Background color
Panel with #2adbfe background
background-color: #2adbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2adbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 219, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 219, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2adbfe; background: linear-gradient(135deg, #2adbfe, #2A4DFE);