#2dbbbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
45, 187, 191
HSL
182°, 62%, 46%
CMYK
76, 2, 0, 25
Luminance
0.3986
Every format
| HEX | #2dbbbf |
| RGB | rgb(45, 187, 191) |
| HSL | hsl(182, 62%, 46%) |
| CMYK | cmyk(76%, 2%, 0%, 25%) |
| LAB | lab(69.4 -34.3 -12.6) |
| LCH | lch(69.4 36.5 200.1) |
| OKLCH | oklch(0.723 0.114 197.9) |
Copy-ready code
/* CSS */
color: #2dbbbf;
background-color: #2dbbbf;
/* Tailwind (arbitrary) */
class="text-[#2dbbbf] bg-[#2dbbbf]"
/* SCSS */
$brand: #2dbbbf;
/* SwiftUI */
Color(red: 0.176, green: 0.733, blue: 0.749)
/* Android */
Color.parseColor("#2dbbbf")Accessibility — WCAG contrast
Aa
#2dbbbf on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dbbbf on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green73.3%
Blue74.9%
CMYK percentages
Cyan76.4%
Magenta2.1%
Yellow0.0%
Key (black)25.1%
Color previews
#2dbbbf text on a black background
contrast 8.97:1
Card sample
#2dbbbf text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dbbbf;
Background color
Panel with #2dbbbf background
background-color: #2dbbbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dbbbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 187, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 187, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dbbbf; background: linear-gradient(135deg, #2dbbbf, #2D5ABF);