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