#2dbab2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
45, 186, 178
HSL
177°, 61%, 45%
CMYK
76, 0, 4, 27
Luminance
0.3889
Every format
| HEX | #2dbab2 |
| RGB | rgb(45, 186, 178) |
| HSL | hsl(177, 61%, 45%) |
| CMYK | cmyk(76%, 0%, 4%, 27%) |
| LAB | lab(68.7 -37.6 -6.5) |
| LCH | lch(68.7 38.1 189.7) |
| OKLCH | oklch(0.716 0.115 189.1) |
Copy-ready code
/* CSS */
color: #2dbab2;
background-color: #2dbab2;
/* Tailwind (arbitrary) */
class="text-[#2dbab2] bg-[#2dbab2]"
/* SCSS */
$brand: #2dbab2;
/* SwiftUI */
Color(red: 0.176, green: 0.729, blue: 0.698)
/* Android */
Color.parseColor("#2dbab2")Accessibility — WCAG contrast
Aa
#2dbab2 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dbab2 on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green72.9%
Blue69.8%
CMYK percentages
Cyan75.8%
Magenta0.0%
Yellow4.3%
Key (black)27.1%
Color previews
#2dbab2 text on a black background
contrast 8.78:1
Card sample
#2dbab2 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dbab2;
Background color
Panel with #2dbab2 background
background-color: #2dbab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dbab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 186, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 186, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dbab2; background: linear-gradient(135deg, #2dbab2, #2D64BA);