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