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