#3acfcf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
58, 207, 207
HSL
180°, 61%, 52%
CMYK
72, 0, 0, 19
Luminance
0.5003
Every format
| HEX | #3acfcf |
| RGB | rgb(58, 207, 207) |
| HSL | hsl(180, 61%, 52%) |
| CMYK | cmyk(72%, 0%, 0%, 19%) |
| LAB | lab(76.1 -37.5 -11.2) |
| LCH | lch(76.1 39.1 196.6) |
| OKLCH | oklch(0.780 0.120 195.0) |
Copy-ready code
/* CSS */
color: #3acfcf;
background-color: #3acfcf;
/* Tailwind (arbitrary) */
class="text-[#3acfcf] bg-[#3acfcf]"
/* SCSS */
$brand: #3acfcf;
/* SwiftUI */
Color(red: 0.227, green: 0.812, blue: 0.812)
/* Android */
Color.parseColor("#3acfcf")Accessibility — WCAG contrast
Aa
#3acfcf on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3acfcf on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green81.2%
Blue81.2%
CMYK percentages
Cyan72.0%
Magenta0.0%
Yellow0.0%
Key (black)18.8%
Color previews
#3acfcf text on a black background
contrast 11.01:1
Card sample
#3acfcf text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3acfcf;
Background color
Panel with #3acfcf background
background-color: #3acfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3acfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 207, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 207, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3acfcf; background: linear-gradient(135deg, #3acfcf, #3A6CCF);