#2aefec
a balanced, electric cyan · cool · closest name: cyan
RGB
42, 239, 236
HSL
179°, 86%, 55%
CMYK
82, 0, 1, 6
Luminance
0.6828
Every format
| HEX | #2aefec |
| RGB | rgb(42, 239, 236) |
| HSL | hsl(179, 86%, 55%) |
| CMYK | cmyk(82%, 0%, 1%, 6%) |
| LAB | lab(86.1 -45.0 -11.6) |
| LCH | lch(86.1 46.5 194.5) |
| OKLCH | oklch(0.864 0.142 193.2) |
Copy-ready code
/* CSS */
color: #2aefec;
background-color: #2aefec;
/* Tailwind (arbitrary) */
class="text-[#2aefec] bg-[#2aefec]"
/* SCSS */
$brand: #2aefec;
/* SwiftUI */
Color(red: 0.165, green: 0.937, blue: 0.925)
/* Android */
Color.parseColor("#2aefec")Accessibility — WCAG contrast
Aa
#2aefec on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2aefec on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green93.7%
Blue92.5%
CMYK percentages
Cyan82.4%
Magenta0.0%
Yellow1.3%
Key (black)6.3%
Color previews
#2aefec text on a black background
contrast 14.66:1
Card sample
#2aefec text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2aefec;
Background color
Panel with #2aefec background
background-color: #2aefec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2aefec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 239, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 239, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2aefec; background: linear-gradient(135deg, #2aefec, #2A6FEF);