#3ae8cd
a balanced, electric cyan · cool · closest name: turquoise
RGB
58, 232, 205
HSL
171°, 79%, 57%
CMYK
75, 0, 12, 9
Luminance
0.6302
Every format
| HEX | #3ae8cd |
| RGB | rgb(58, 232, 205) |
| HSL | hsl(171, 79%, 57%) |
| CMYK | cmyk(75%, 0%, 12%, 9%) |
| LAB | lab(83.5 -49.0 0.8) |
| LCH | lch(83.5 49.0 179.1) |
| OKLCH | oklch(0.840 0.141 179.5) |
Copy-ready code
/* CSS */
color: #3ae8cd;
background-color: #3ae8cd;
/* Tailwind (arbitrary) */
class="text-[#3ae8cd] bg-[#3ae8cd]"
/* SCSS */
$brand: #3ae8cd;
/* SwiftUI */
Color(red: 0.227, green: 0.910, blue: 0.804)
/* Android */
Color.parseColor("#3ae8cd")Accessibility — WCAG contrast
Aa
#3ae8cd on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ae8cd on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green91.0%
Blue80.4%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow11.6%
Key (black)9.0%
Color previews
#3ae8cd text on a black background
contrast 13.60:1
Card sample
#3ae8cd text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ae8cd;
Background color
Panel with #3ae8cd background
background-color: #3ae8cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ae8cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 232, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 232, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ae8cd; background: linear-gradient(135deg, #3ae8cd, #3A8FE8);