#3aebc9
a balanced, electric cyan · cool · closest name: turquoise
RGB
58, 235, 201
HSL
169°, 82%, 58%
CMYK
75, 0, 15, 8
Luminance
0.6453
Every format
| HEX | #3aebc9 |
| RGB | rgb(58, 235, 201) |
| HSL | hsl(169, 82%, 58%) |
| CMYK | cmyk(75%, 0%, 15%, 8%) |
| LAB | lab(84.2 -51.3 4.0) |
| LCH | lch(84.2 51.4 175.5) |
| OKLCH | oklch(0.846 0.146 176.2) |
Copy-ready code
/* CSS */
color: #3aebc9;
background-color: #3aebc9;
/* Tailwind (arbitrary) */
class="text-[#3aebc9] bg-[#3aebc9]"
/* SCSS */
$brand: #3aebc9;
/* SwiftUI */
Color(red: 0.227, green: 0.922, blue: 0.788)
/* Android */
Color.parseColor("#3aebc9")Accessibility — WCAG contrast
Aa
#3aebc9 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3aebc9 on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green92.2%
Blue78.8%
CMYK percentages
Cyan75.3%
Magenta0.0%
Yellow14.5%
Key (black)7.8%
Color previews
#3aebc9 text on a black background
contrast 13.91:1
Card sample
#3aebc9 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3aebc9;
Background color
Panel with #3aebc9 background
background-color: #3aebc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3aebc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 235, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 235, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3aebc9; background: linear-gradient(135deg, #3aebc9, #3A97EB);