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