#2db69e
a dark, vivid cyan · cool · closest name: turquoise
RGB
45, 182, 158
HSL
170°, 60%, 45%
CMYK
75, 0, 13, 29
Luminance
0.3648
Every format
| HEX | #2db69e |
| RGB | rgb(45, 182, 158) |
| HSL | hsl(170, 60%, 45%) |
| CMYK | cmyk(75%, 0%, 13%, 29%) |
| LAB | lab(66.9 -41.3 1.9) |
| LCH | lch(66.9 41.4 177.3) |
| OKLCH | oklch(0.700 0.118 177.8) |
Copy-ready code
/* CSS */
color: #2db69e;
background-color: #2db69e;
/* Tailwind (arbitrary) */
class="text-[#2db69e] bg-[#2db69e]"
/* SCSS */
$brand: #2db69e;
/* SwiftUI */
Color(red: 0.176, green: 0.714, blue: 0.620)
/* Android */
Color.parseColor("#2db69e")Accessibility — WCAG contrast
Aa
#2db69e on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2db69e on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green71.4%
Blue62.0%
CMYK percentages
Cyan75.3%
Magenta0.0%
Yellow13.2%
Key (black)28.6%
Color previews
#2db69e text on a black background
contrast 8.30:1
Card sample
#2db69e text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2db69e;
Background color
Panel with #2db69e background
background-color: #2db69e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2db69e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 182, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 182, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2db69e; background: linear-gradient(135deg, #2db69e, #2D73B6);