#2db9bd
a balanced, vivid cyan · cool · closest name: turquoise
RGB
45, 185, 189
HSL
182°, 62%, 46%
CMYK
76, 2, 0, 26
Luminance
0.3893
Every format
| HEX | #2db9bd |
| RGB | rgb(45, 185, 189) |
| HSL | hsl(182, 62%, 46%) |
| CMYK | cmyk(76%, 2%, 0%, 26%) |
| LAB | lab(68.7 -33.9 -12.5) |
| LCH | lch(68.7 36.1 200.2) |
| OKLCH | oklch(0.717 0.113 197.9) |
Copy-ready code
/* CSS */
color: #2db9bd;
background-color: #2db9bd;
/* Tailwind (arbitrary) */
class="text-[#2db9bd] bg-[#2db9bd]"
/* SCSS */
$brand: #2db9bd;
/* SwiftUI */
Color(red: 0.176, green: 0.725, blue: 0.741)
/* Android */
Color.parseColor("#2db9bd")Accessibility — WCAG contrast
Aa
#2db9bd on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2db9bd on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green72.5%
Blue74.1%
CMYK percentages
Cyan76.2%
Magenta2.1%
Yellow0.0%
Key (black)25.9%
Color previews
#2db9bd text on a black background
contrast 8.79:1
Card sample
#2db9bd text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2db9bd;
Background color
Panel with #2db9bd background
background-color: #2db9bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2db9bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 185, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 185, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2db9bd; background: linear-gradient(135deg, #2db9bd, #2D59BD);