#2dbfb7
a balanced, vivid cyan · cool · closest name: turquoise
RGB
45, 191, 183
HSL
177°, 62%, 46%
CMYK
76, 0, 4, 25
Luminance
0.4124
Every format
| HEX | #2dbfb7 |
| RGB | rgb(45, 191, 183) |
| HSL | hsl(177, 62%, 46%) |
| CMYK | cmyk(76%, 0%, 4%, 25%) |
| LAB | lab(70.3 -38.5 -6.7) |
| LCH | lch(70.3 39.0 189.9) |
| OKLCH | oklch(0.730 0.117 189.3) |
Copy-ready code
/* CSS */
color: #2dbfb7;
background-color: #2dbfb7;
/* Tailwind (arbitrary) */
class="text-[#2dbfb7] bg-[#2dbfb7]"
/* SCSS */
$brand: #2dbfb7;
/* SwiftUI */
Color(red: 0.176, green: 0.749, blue: 0.718)
/* Android */
Color.parseColor("#2dbfb7")Accessibility — WCAG contrast
Aa
#2dbfb7 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dbfb7 on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green74.9%
Blue71.8%
CMYK percentages
Cyan76.4%
Magenta0.0%
Yellow4.2%
Key (black)25.1%
Color previews
#2dbfb7 text on a black background
contrast 9.25:1
Card sample
#2dbfb7 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dbfb7;
Background color
Panel with #2dbfb7 background
background-color: #2dbfb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dbfb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 191, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 191, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dbfb7; background: linear-gradient(135deg, #2dbfb7, #2D66BF);