#2dceaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
45, 206, 175
HSL
168°, 64%, 49%
CMYK
78, 0, 15, 19
Luminance
0.4780
Every format
| HEX | #2dceaf |
| RGB | rgb(45, 206, 175) |
| HSL | hsl(168, 64%, 49%) |
| CMYK | cmyk(78%, 0%, 15%, 19%) |
| LAB | lab(74.7 -47.2 4.0) |
| LCH | lch(74.7 47.3 175.2) |
| OKLCH | oklch(0.765 0.134 175.8) |
Copy-ready code
/* CSS */
color: #2dceaf;
background-color: #2dceaf;
/* Tailwind (arbitrary) */
class="text-[#2dceaf] bg-[#2dceaf]"
/* SCSS */
$brand: #2dceaf;
/* SwiftUI */
Color(red: 0.176, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#2dceaf")Accessibility — WCAG contrast
Aa
#2dceaf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dceaf on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green80.8%
Blue68.6%
CMYK percentages
Cyan78.2%
Magenta0.0%
Yellow15.0%
Key (black)19.2%
Color previews
#2dceaf text on a black background
contrast 10.56:1
Card sample
#2dceaf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dceaf;
Background color
Panel with #2dceaf background
background-color: #2dceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dceaf; background: linear-gradient(135deg, #2dceaf, #2D82CE);