#2dafba
a balanced, vivid cyan · cool · closest name: teal
RGB
45, 175, 186
HSL
185°, 61%, 45%
CMYK
76, 6, 0, 27
Luminance
0.3476
Every format
| HEX | #2dafba |
| RGB | rgb(45, 175, 186) |
| HSL | hsl(185, 61%, 45%) |
| CMYK | cmyk(76%, 6%, 0%, 27%) |
| LAB | lab(65.6 -30.0 -15.5) |
| LCH | lch(65.6 33.8 207.3) |
| OKLCH | oklch(0.692 0.108 203.6) |
Copy-ready code
/* CSS */
color: #2dafba;
background-color: #2dafba;
/* Tailwind (arbitrary) */
class="text-[#2dafba] bg-[#2dafba]"
/* SCSS */
$brand: #2dafba;
/* SwiftUI */
Color(red: 0.176, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#2dafba")Accessibility — WCAG contrast
Aa
#2dafba on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dafba on black: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green68.6%
Blue72.9%
CMYK percentages
Cyan75.8%
Magenta5.9%
Yellow0.0%
Key (black)27.1%
Color previews
#2dafba text on a black background
contrast 7.95:1
Card sample
#2dafba text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dafba;
Background color
Panel with #2dafba background
background-color: #2dafba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dafba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dafba; background: linear-gradient(135deg, #2dafba, #2D51BA);