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