#2abdcf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
42, 189, 207
HSL
187°, 66%, 49%
CMYK
80, 9, 0, 19
Luminance
0.4139
Every format
| HEX | #2abdcf |
| RGB | rgb(42, 189, 207) |
| HSL | hsl(187, 66%, 49%) |
| CMYK | cmyk(80%, 9%, 0%, 19%) |
| LAB | lab(70.5 -30.6 -19.7) |
| LCH | lch(70.5 36.4 212.7) |
| OKLCH | oklch(0.733 0.118 207.7) |
Copy-ready code
/* CSS */
color: #2abdcf;
background-color: #2abdcf;
/* Tailwind (arbitrary) */
class="text-[#2abdcf] bg-[#2abdcf]"
/* SCSS */
$brand: #2abdcf;
/* SwiftUI */
Color(red: 0.165, green: 0.741, blue: 0.812)
/* Android */
Color.parseColor("#2abdcf")Accessibility — WCAG contrast
Aa
#2abdcf on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2abdcf on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green74.1%
Blue81.2%
CMYK percentages
Cyan79.7%
Magenta8.7%
Yellow0.0%
Key (black)18.8%
Color previews
#2abdcf text on a black background
contrast 9.28:1
Card sample
#2abdcf text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2abdcf;
Background color
Panel with #2abdcf background
background-color: #2abdcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2abdcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 189, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 189, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2abdcf; background: linear-gradient(135deg, #2abdcf, #2A4FCF);