#2aeafe
a balanced, electric cyan · cool · closest name: cyan
RGB
42, 234, 254
HSL
186°, 99%, 58%
CMYK
84, 8, 0, 0
Luminance
0.6649
Every format
| HEX | #2aeafe |
| RGB | rgb(42, 234, 254) |
| HSL | hsl(186, 99%, 58%) |
| CMYK | cmyk(84%, 8%, 0%, 0%) |
| LAB | lab(85.2 -37.5 -22.4) |
| LCH | lch(85.2 43.7 210.9) |
| OKLCH | oklch(0.858 0.141 206.3) |
Copy-ready code
/* CSS */
color: #2aeafe;
background-color: #2aeafe;
/* Tailwind (arbitrary) */
class="text-[#2aeafe] bg-[#2aeafe]"
/* SCSS */
$brand: #2aeafe;
/* SwiftUI */
Color(red: 0.165, green: 0.918, blue: 0.996)
/* Android */
Color.parseColor("#2aeafe")Accessibility — WCAG contrast
Aa
#2aeafe on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2aeafe on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green91.8%
Blue99.6%
CMYK percentages
Cyan83.5%
Magenta7.9%
Yellow0.0%
Key (black)0.4%
Color previews
#2aeafe text on a black background
contrast 14.30:1
Card sample
#2aeafe text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2aeafe;
Background color
Panel with #2aeafe background
background-color: #2aeafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2aeafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 234, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 234, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2aeafe; background: linear-gradient(135deg, #2aeafe, #2A5CFE);