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