#2abac3
a balanced, vivid cyan · cool · closest name: turquoise
RGB
42, 186, 195
HSL
184°, 65%, 47%
CMYK
79, 5, 0, 24
Luminance
0.3955
Every format
| HEX | #2abac3 |
| RGB | rgb(42, 186, 195) |
| HSL | hsl(184, 65%, 47%) |
| CMYK | cmyk(79%, 5%, 0%, 24%) |
| LAB | lab(69.2 -32.9 -15.1) |
| LCH | lch(69.2 36.2 204.7) |
| OKLCH | oklch(0.722 0.115 201.5) |
Copy-ready code
/* CSS */
color: #2abac3;
background-color: #2abac3;
/* Tailwind (arbitrary) */
class="text-[#2abac3] bg-[#2abac3]"
/* SCSS */
$brand: #2abac3;
/* SwiftUI */
Color(red: 0.165, green: 0.729, blue: 0.765)
/* Android */
Color.parseColor("#2abac3")Accessibility — WCAG contrast
Aa
#2abac3 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2abac3 on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green72.9%
Blue76.5%
CMYK percentages
Cyan78.5%
Magenta4.6%
Yellow0.0%
Key (black)23.5%
Color previews
#2abac3 text on a black background
contrast 8.91:1
Card sample
#2abac3 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2abac3;
Background color
Panel with #2abac3 background
background-color: #2abac3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2abac3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 186, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 186, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2abac3; background: linear-gradient(135deg, #2abac3, #2A54C3);