#3aeccf
a balanced, electric cyan · cool · closest name: turquoise
RGB
58, 236, 207
HSL
170°, 82%, 58%
CMYK
75, 0, 12, 8
Luminance
0.6540
Every format
| HEX | #3aeccf |
| RGB | rgb(58, 236, 207) |
| HSL | hsl(170, 82%, 58%) |
| CMYK | cmyk(75%, 0%, 12%, 8%) |
| LAB | lab(84.7 -50.2 1.5) |
| LCH | lch(84.7 50.2 178.3) |
| OKLCH | oklch(0.850 0.144 178.7) |
Copy-ready code
/* CSS */
color: #3aeccf;
background-color: #3aeccf;
/* Tailwind (arbitrary) */
class="text-[#3aeccf] bg-[#3aeccf]"
/* SCSS */
$brand: #3aeccf;
/* SwiftUI */
Color(red: 0.227, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#3aeccf")Accessibility — WCAG contrast
Aa
#3aeccf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3aeccf on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green92.5%
Blue81.2%
CMYK percentages
Cyan75.4%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#3aeccf text on a black background
contrast 14.08:1
Card sample
#3aeccf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3aeccf;
Background color
Panel with #3aeccf background
background-color: #3aeccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3aeccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3aeccf; background: linear-gradient(135deg, #3aeccf, #3A92EC);