#34cfac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
52, 207, 172
HSL
167°, 62%, 51%
CMYK
75, 0, 17, 19
Luminance
0.4833
Every format
| HEX | #34cfac |
| RGB | rgb(52, 207, 172) |
| HSL | hsl(167, 62%, 51%) |
| CMYK | cmyk(75%, 0%, 17%, 19%) |
| LAB | lab(75.0 -47.6 6.1) |
| LCH | lch(75.0 48.0 172.7) |
| OKLCH | oklch(0.768 0.135 173.4) |
Copy-ready code
/* CSS */
color: #34cfac;
background-color: #34cfac;
/* Tailwind (arbitrary) */
class="text-[#34cfac] bg-[#34cfac]"
/* SCSS */
$brand: #34cfac;
/* SwiftUI */
Color(red: 0.204, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#34cfac")Accessibility — WCAG contrast
Aa
#34cfac on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#34cfac on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green81.2%
Blue67.5%
CMYK percentages
Cyan74.9%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#34cfac text on a black background
contrast 10.67:1
Card sample
#34cfac text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #34cfac;
Background color
Panel with #34cfac background
background-color: #34cfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #34cfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #34cfac; background: linear-gradient(135deg, #34cfac, #348BCF);