#2ac2ef
a balanced, electric cyan · cool · closest name: skyblue
RGB
42, 194, 239
HSL
194°, 86%, 55%
CMYK
82, 19, 0, 6
Luminance
0.4531
Every format
| HEX | #2ac2ef |
| RGB | rgb(42, 194, 239) |
| HSL | hsl(194, 86%, 55%) |
| CMYK | cmyk(82%, 19%, 0%, 6%) |
| LAB | lab(73.1 -22.9 -33.0) |
| LCH | lch(73.1 40.2 235.3) |
| OKLCH | oklch(0.758 0.134 223.8) |
Copy-ready code
/* CSS */
color: #2ac2ef;
background-color: #2ac2ef;
/* Tailwind (arbitrary) */
class="text-[#2ac2ef] bg-[#2ac2ef]"
/* SCSS */
$brand: #2ac2ef;
/* SwiftUI */
Color(red: 0.165, green: 0.761, blue: 0.937)
/* Android */
Color.parseColor("#2ac2ef")Accessibility — WCAG contrast
Aa
#2ac2ef on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ac2ef on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green76.1%
Blue93.7%
CMYK percentages
Cyan82.4%
Magenta18.8%
Yellow0.0%
Key (black)6.3%
Color previews
#2ac2ef text on a black background
contrast 10.06:1
Card sample
#2ac2ef text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ac2ef;
Background color
Panel with #2ac2ef background
background-color: #2ac2ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ac2ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 194, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 194, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ac2ef; background: linear-gradient(135deg, #2ac2ef, #2A3FEF);