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