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