#2ac8ee
a balanced, electric cyan · cool · closest name: skyblue
RGB
42, 200, 238
HSL
192°, 85%, 55%
CMYK
82, 16, 0, 7
Luminance
0.4797
Every format
| HEX | #2ac8ee |
| RGB | rgb(42, 200, 238) |
| HSL | hsl(192, 85%, 55%) |
| CMYK | cmyk(82%, 16%, 0%, 7%) |
| LAB | lab(74.8 -26.2 -29.9) |
| LCH | lch(74.8 39.7 228.7) |
| OKLCH | oklch(0.772 0.132 219.2) |
Copy-ready code
/* CSS */
color: #2ac8ee;
background-color: #2ac8ee;
/* Tailwind (arbitrary) */
class="text-[#2ac8ee] bg-[#2ac8ee]"
/* SCSS */
$brand: #2ac8ee;
/* SwiftUI */
Color(red: 0.165, green: 0.784, blue: 0.933)
/* Android */
Color.parseColor("#2ac8ee")Accessibility — WCAG contrast
Aa
#2ac8ee on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ac8ee on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green78.4%
Blue93.3%
CMYK percentages
Cyan82.4%
Magenta16.0%
Yellow0.0%
Key (black)6.7%
Color previews
#2ac8ee text on a black background
contrast 10.59:1
Card sample
#2ac8ee text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ac8ee;
Background color
Panel with #2ac8ee background
background-color: #2ac8ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ac8ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 200, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 200, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ac8ee; background: linear-gradient(135deg, #2ac8ee, #2A45EE);