#2dfadf
a balanced, electric cyan · cool · closest name: turquoise
RGB
45, 250, 223
HSL
172°, 95%, 58%
CMYK
82, 0, 11, 2
Luminance
0.7426
Every format
| HEX | #2dfadf |
| RGB | rgb(45, 250, 223) |
| HSL | hsl(172, 95%, 58%) |
| CMYK | cmyk(82%, 0%, 11%, 2%) |
| LAB | lab(89.0 -53.0 -0.5) |
| LCH | lch(89.0 53.0 180.6) |
| OKLCH | oklch(0.886 0.153 180.9) |
Copy-ready code
/* CSS */
color: #2dfadf;
background-color: #2dfadf;
/* Tailwind (arbitrary) */
class="text-[#2dfadf] bg-[#2dfadf]"
/* SCSS */
$brand: #2dfadf;
/* SwiftUI */
Color(red: 0.176, green: 0.980, blue: 0.875)
/* Android */
Color.parseColor("#2dfadf")Accessibility — WCAG contrast
Aa
#2dfadf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dfadf on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green98.0%
Blue87.5%
CMYK percentages
Cyan82.0%
Magenta0.0%
Yellow10.8%
Key (black)2.0%
Color previews
#2dfadf text on a black background
contrast 15.85:1
Card sample
#2dfadf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dfadf;
Background color
Panel with #2dfadf background
background-color: #2dfadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dfadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 250, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 250, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dfadf; background: linear-gradient(135deg, #2dfadf, #2D8CFA);