#2ac8de
a balanced, vivid cyan · cool · closest name: skyblue
RGB
42, 200, 222
HSL
187°, 73%, 52%
CMYK
81, 10, 0, 13
Luminance
0.4707
Every format
| HEX | #2ac8de |
| RGB | rgb(42, 200, 222) |
| HSL | hsl(187, 73%, 52%) |
| CMYK | cmyk(81%, 10%, 0%, 13%) |
| LAB | lab(74.2 -31.3 -22.1) |
| LCH | lch(74.2 38.3 215.2) |
| OKLCH | oklch(0.766 0.125 209.6) |
Copy-ready code
/* CSS */
color: #2ac8de;
background-color: #2ac8de;
/* Tailwind (arbitrary) */
class="text-[#2ac8de] bg-[#2ac8de]"
/* SCSS */
$brand: #2ac8de;
/* SwiftUI */
Color(red: 0.165, green: 0.784, blue: 0.871)
/* Android */
Color.parseColor("#2ac8de")Accessibility — WCAG contrast
Aa
#2ac8de on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ac8de on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green78.4%
Blue87.1%
CMYK percentages
Cyan81.1%
Magenta9.9%
Yellow0.0%
Key (black)12.9%
Color previews
#2ac8de text on a black background
contrast 10.41:1
Card sample
#2ac8de text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ac8de;
Background color
Panel with #2ac8de background
background-color: #2ac8de;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ac8de;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 200, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 200, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ac8de; background: linear-gradient(135deg, #2ac8de, #2A50DE);