#2dcfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
45, 207, 186
HSL
172°, 64%, 49%
CMYK
78, 0, 10, 19
Luminance
0.4873
Every format
| HEX | #2dcfba |
| RGB | rgb(45, 207, 186) |
| HSL | hsl(172, 64%, 49%) |
| CMYK | cmyk(78%, 0%, 10%, 19%) |
| LAB | lab(75.3 -44.7 -1.1) |
| LCH | lch(75.3 44.7 181.4) |
| OKLCH | oklch(0.771 0.130 181.6) |
Copy-ready code
/* CSS */
color: #2dcfba;
background-color: #2dcfba;
/* Tailwind (arbitrary) */
class="text-[#2dcfba] bg-[#2dcfba]"
/* SCSS */
$brand: #2dcfba;
/* SwiftUI */
Color(red: 0.176, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#2dcfba")Accessibility — WCAG contrast
Aa
#2dcfba on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dcfba on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green81.2%
Blue72.9%
CMYK percentages
Cyan78.3%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#2dcfba text on a black background
contrast 10.75:1
Card sample
#2dcfba text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dcfba;
Background color
Panel with #2dcfba background
background-color: #2dcfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dcfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dcfba; background: linear-gradient(135deg, #2dcfba, #2D78CF);