#34ceac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
52, 206, 172
HSL
167°, 61%, 51%
CMYK
75, 0, 17, 19
Luminance
0.4785
Every format
| HEX | #34ceac |
| RGB | rgb(52, 206, 172) |
| HSL | hsl(167, 61%, 51%) |
| CMYK | cmyk(75%, 0%, 17%, 19%) |
| LAB | lab(74.7 -47.2 5.7) |
| LCH | lch(74.7 47.5 173.1) |
| OKLCH | oklch(0.765 0.134 173.9) |
Copy-ready code
/* CSS */
color: #34ceac;
background-color: #34ceac;
/* Tailwind (arbitrary) */
class="text-[#34ceac] bg-[#34ceac]"
/* SCSS */
$brand: #34ceac;
/* SwiftUI */
Color(red: 0.204, green: 0.808, blue: 0.675)
/* Android */
Color.parseColor("#34ceac")Accessibility — WCAG contrast
Aa
#34ceac on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#34ceac on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green80.8%
Blue67.5%
CMYK percentages
Cyan74.8%
Magenta0.0%
Yellow16.5%
Key (black)19.2%
Color previews
#34ceac text on a black background
contrast 10.57:1
Card sample
#34ceac text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #34ceac;
Background color
Panel with #34ceac background
background-color: #34ceac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #34ceac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 206, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 206, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #34ceac; background: linear-gradient(135deg, #34ceac, #3489CE);