#2ad3cb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
42, 211, 203
HSL
177°, 67%, 50%
CMYK
80, 0, 4, 17
Luminance
0.5139
Every format
| HEX | #2ad3cb |
| RGB | rgb(42, 211, 203) |
| HSL | hsl(177, 67%, 50%) |
| CMYK | cmyk(80%, 0%, 4%, 17%) |
| LAB | lab(76.9 -42.0 -7.8) |
| LCH | lch(76.9 42.8 190.6) |
| OKLCH | oklch(0.785 0.129 189.8) |
Copy-ready code
/* CSS */
color: #2ad3cb;
background-color: #2ad3cb;
/* Tailwind (arbitrary) */
class="text-[#2ad3cb] bg-[#2ad3cb]"
/* SCSS */
$brand: #2ad3cb;
/* SwiftUI */
Color(red: 0.165, green: 0.827, blue: 0.796)
/* Android */
Color.parseColor("#2ad3cb")Accessibility — WCAG contrast
Aa
#2ad3cb on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ad3cb on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green82.7%
Blue79.6%
CMYK percentages
Cyan80.1%
Magenta0.0%
Yellow3.8%
Key (black)17.3%
Color previews
#2ad3cb text on a black background
contrast 11.28:1
Card sample
#2ad3cb text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ad3cb;
Background color
Panel with #2ad3cb background
background-color: #2ad3cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ad3cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 211, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 211, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ad3cb; background: linear-gradient(135deg, #2ad3cb, #2A6AD3);