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