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