#2dcecf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
45, 206, 207
HSL
180°, 64%, 49%
CMYK
78, 1, 0, 19
Luminance
0.4921
Every format
| HEX | #2dcecf |
| RGB | rgb(45, 206, 207) |
| HSL | hsl(180, 64%, 49%) |
| CMYK | cmyk(78%, 1%, 0%, 19%) |
| LAB | lab(75.6 -38.4 -12.0) |
| LCH | lch(75.6 40.2 197.3) |
| OKLCH | oklch(0.775 0.124 195.6) |
Copy-ready code
/* CSS */
color: #2dcecf;
background-color: #2dcecf;
/* Tailwind (arbitrary) */
class="text-[#2dcecf] bg-[#2dcecf]"
/* SCSS */
$brand: #2dcecf;
/* SwiftUI */
Color(red: 0.176, green: 0.808, blue: 0.812)
/* Android */
Color.parseColor("#2dcecf")Accessibility — WCAG contrast
Aa
#2dcecf on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dcecf on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green80.8%
Blue81.2%
CMYK percentages
Cyan78.3%
Magenta0.5%
Yellow0.0%
Key (black)18.8%
Color previews
#2dcecf text on a black background
contrast 10.84:1
Card sample
#2dcecf text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dcecf;
Background color
Panel with #2dcecf background
background-color: #2dcecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dcecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 206, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 206, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dcecf; background: linear-gradient(135deg, #2dcecf, #2D62CF);