#34c0af
a balanced, vivid cyan · cool · closest name: turquoise
RGB
52, 192, 175
HSL
173°, 57%, 48%
CMYK
73, 0, 9, 25
Luminance
0.4152
Every format
| HEX | #34c0af |
| RGB | rgb(52, 192, 175) |
| HSL | hsl(173, 57%, 48%) |
| CMYK | cmyk(73%, 0%, 9%, 25%) |
| LAB | lab(70.5 -40.3 -2.0) |
| LCH | lch(70.5 40.4 182.9) |
| OKLCH | oklch(0.731 0.118 183.0) |
Copy-ready code
/* CSS */
color: #34c0af;
background-color: #34c0af;
/* Tailwind (arbitrary) */
class="text-[#34c0af] bg-[#34c0af]"
/* SCSS */
$brand: #34c0af;
/* SwiftUI */
Color(red: 0.204, green: 0.753, blue: 0.686)
/* Android */
Color.parseColor("#34c0af")Accessibility — WCAG contrast
Aa
#34c0af on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#34c0af on black: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green75.3%
Blue68.6%
CMYK percentages
Cyan72.9%
Magenta0.0%
Yellow8.9%
Key (black)24.7%
Color previews
#34c0af text on a black background
contrast 9.30:1
Card sample
#34c0af text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #34c0af;
Background color
Panel with #34c0af background
background-color: #34c0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #34c0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 192, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 192, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #34c0af; background: linear-gradient(135deg, #34c0af, #3474C0);