#2ccad9
a balanced, vivid cyan · cool · closest name: turquoise
RGB
44, 202, 217
HSL
185°, 70%, 51%
CMYK
80, 7, 0, 15
Luminance
0.4779
Every format
| HEX | #2ccad9 |
| RGB | rgb(44, 202, 217) |
| HSL | hsl(185, 70%, 51%) |
| CMYK | cmyk(80%, 7%, 0%, 15%) |
| LAB | lab(74.7 -33.6 -18.7) |
| LCH | lch(74.7 38.5 209.1) |
| OKLCH | oklch(0.769 0.123 204.9) |
Copy-ready code
/* CSS */
color: #2ccad9;
background-color: #2ccad9;
/* Tailwind (arbitrary) */
class="text-[#2ccad9] bg-[#2ccad9]"
/* SCSS */
$brand: #2ccad9;
/* SwiftUI */
Color(red: 0.173, green: 0.792, blue: 0.851)
/* Android */
Color.parseColor("#2ccad9")Accessibility — WCAG contrast
Aa
#2ccad9 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ccad9 on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green79.2%
Blue85.1%
CMYK percentages
Cyan79.7%
Magenta6.9%
Yellow0.0%
Key (black)14.9%
Color previews
#2ccad9 text on a black background
contrast 10.56:1
Card sample
#2ccad9 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ccad9;
Background color
Panel with #2ccad9 background
background-color: #2ccad9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ccad9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 202, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 202, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ccad9; background: linear-gradient(135deg, #2ccad9, #2C57D9);