#2dbf9b
a balanced, vivid cyan · cool · closest name: turquoise
RGB
45, 191, 155
HSL
165°, 62%, 46%
CMYK
76, 0, 19, 25
Luminance
0.4019
Every format
| HEX | #2dbf9b |
| RGB | rgb(45, 191, 155) |
| HSL | hsl(165, 62%, 46%) |
| CMYK | cmyk(76%, 0%, 19%, 25%) |
| LAB | lab(69.6 -46.0 7.5) |
| LCH | lch(69.6 46.6 170.7) |
| OKLCH | oklch(0.722 0.130 171.6) |
Copy-ready code
/* CSS */
color: #2dbf9b;
background-color: #2dbf9b;
/* Tailwind (arbitrary) */
class="text-[#2dbf9b] bg-[#2dbf9b]"
/* SCSS */
$brand: #2dbf9b;
/* SwiftUI */
Color(red: 0.176, green: 0.749, blue: 0.608)
/* Android */
Color.parseColor("#2dbf9b")Accessibility — WCAG contrast
Aa
#2dbf9b on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dbf9b on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green74.9%
Blue60.8%
CMYK percentages
Cyan76.4%
Magenta0.0%
Yellow18.8%
Key (black)25.1%
Color previews
#2dbf9b text on a black background
contrast 9.04:1
Card sample
#2dbf9b text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dbf9b;
Background color
Panel with #2dbf9b background
background-color: #2dbf9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dbf9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 191, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 191, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dbf9b; background: linear-gradient(135deg, #2dbf9b, #2D82BF);