#2acef6
a balanced, electric cyan · cool · closest name: skyblue
RGB
42, 206, 246
HSL
192°, 92%, 57%
CMYK
83, 16, 0, 4
Luminance
0.5129
Every format
| HEX | #2acef6 |
| RGB | rgb(42, 206, 246) |
| HSL | hsl(192, 92%, 57%) |
| CMYK | cmyk(83%, 16%, 0%, 4%) |
| LAB | lab(76.8 -26.6 -31.0) |
| LCH | lch(76.8 40.9 229.4) |
| OKLCH | oklch(0.790 0.136 219.7) |
Copy-ready code
/* CSS */
color: #2acef6;
background-color: #2acef6;
/* Tailwind (arbitrary) */
class="text-[#2acef6] bg-[#2acef6]"
/* SCSS */
$brand: #2acef6;
/* SwiftUI */
Color(red: 0.165, green: 0.808, blue: 0.965)
/* Android */
Color.parseColor("#2acef6")Accessibility — WCAG contrast
Aa
#2acef6 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2acef6 on black: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green80.8%
Blue96.5%
CMYK percentages
Cyan82.9%
Magenta16.3%
Yellow0.0%
Key (black)3.5%
Color previews
#2acef6 text on a black background
contrast 11.26:1
Card sample
#2acef6 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2acef6;
Background color
Panel with #2acef6 background
background-color: #2acef6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2acef6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 206, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 206, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2acef6; background: linear-gradient(135deg, #2acef6, #2A46F6);