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