#2ad4cb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
42, 212, 203
HSL
177°, 67%, 50%
CMYK
80, 0, 4, 17
Luminance
0.5189
Every format
| HEX | #2ad4cb |
| RGB | rgb(42, 212, 203) |
| HSL | hsl(177, 67%, 50%) |
| CMYK | cmyk(80%, 0%, 4%, 17%) |
| LAB | lab(77.2 -42.5 -7.4) |
| LCH | lch(77.2 43.1 189.9) |
| OKLCH | oklch(0.788 0.130 189.2) |
Copy-ready code
/* CSS */
color: #2ad4cb;
background-color: #2ad4cb;
/* Tailwind (arbitrary) */
class="text-[#2ad4cb] bg-[#2ad4cb]"
/* SCSS */
$brand: #2ad4cb;
/* SwiftUI */
Color(red: 0.165, green: 0.831, blue: 0.796)
/* Android */
Color.parseColor("#2ad4cb")Accessibility — WCAG contrast
Aa
#2ad4cb on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ad4cb on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green83.1%
Blue79.6%
CMYK percentages
Cyan80.2%
Magenta0.0%
Yellow4.2%
Key (black)16.9%
Color previews
#2ad4cb text on a black background
contrast 11.38:1
Card sample
#2ad4cb text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ad4cb;
Background color
Panel with #2ad4cb background
background-color: #2ad4cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ad4cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 212, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 212, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ad4cb; background: linear-gradient(135deg, #2ad4cb, #2A6CD4);