#2abeea
a balanced, electric cyan · cool · closest name: skyblue
RGB
42, 190, 234
HSL
194°, 82%, 54%
CMYK
82, 19, 0, 8
Luminance
0.4326
Every format
| HEX | #2abeea |
| RGB | rgb(42, 190, 234) |
| HSL | hsl(194, 82%, 54%) |
| CMYK | cmyk(82%, 19%, 0%, 8%) |
| LAB | lab(71.7 -22.5 -32.4) |
| LCH | lch(71.7 39.5 235.3) |
| OKLCH | oklch(0.747 0.132 223.8) |
Copy-ready code
/* CSS */
color: #2abeea;
background-color: #2abeea;
/* Tailwind (arbitrary) */
class="text-[#2abeea] bg-[#2abeea]"
/* SCSS */
$brand: #2abeea;
/* SwiftUI */
Color(red: 0.165, green: 0.745, blue: 0.918)
/* Android */
Color.parseColor("#2abeea")Accessibility — WCAG contrast
Aa
#2abeea on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2abeea on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green74.5%
Blue91.8%
CMYK percentages
Cyan82.1%
Magenta18.8%
Yellow0.0%
Key (black)8.2%
Color previews
#2abeea text on a black background
contrast 9.65:1
Card sample
#2abeea text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2abeea;
Background color
Panel with #2abeea background
background-color: #2abeea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2abeea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 190, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 190, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2abeea; background: linear-gradient(135deg, #2abeea, #2A3EEA);