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