#2abeef
a balanced, electric cyan · cool · closest name: skyblue
RGB
42, 190, 239
HSL
195°, 86%, 55%
CMYK
82, 21, 0, 6
Luminance
0.4355
Every format
| HEX | #2abeef |
| RGB | rgb(42, 190, 239) |
| HSL | hsl(195, 86%, 55%) |
| CMYK | cmyk(82%, 21%, 0%, 6%) |
| LAB | lab(71.9 -20.8 -34.9) |
| LCH | lch(71.9 40.6 239.2) |
| OKLCH | oklch(0.749 0.135 226.5) |
Copy-ready code
/* CSS */
color: #2abeef;
background-color: #2abeef;
/* Tailwind (arbitrary) */
class="text-[#2abeef] bg-[#2abeef]"
/* SCSS */
$brand: #2abeef;
/* SwiftUI */
Color(red: 0.165, green: 0.745, blue: 0.937)
/* Android */
Color.parseColor("#2abeef")Accessibility — WCAG contrast
Aa
#2abeef on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2abeef on black: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green74.5%
Blue93.7%
CMYK percentages
Cyan82.4%
Magenta20.5%
Yellow0.0%
Key (black)6.3%
Color previews
#2abeef text on a black background
contrast 9.71:1
Card sample
#2abeef text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2abeef;
Background color
Panel with #2abeef background
background-color: #2abeef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2abeef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 190, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 190, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2abeef; background: linear-gradient(135deg, #2abeef, #2A3BEF);