#34cfb0
a balanced, vivid cyan · cool · closest name: turquoise
RGB
52, 207, 176
HSL
168°, 62%, 51%
CMYK
75, 0, 15, 19
Luminance
0.4849
Every format
| HEX | #34cfb0 |
| RGB | rgb(52, 207, 176) |
| HSL | hsl(168, 62%, 51%) |
| CMYK | cmyk(75%, 0%, 15%, 19%) |
| LAB | lab(75.1 -46.6 4.1) |
| LCH | lch(75.1 46.8 175.0) |
| OKLCH | oklch(0.769 0.133 175.6) |
Copy-ready code
/* CSS */
color: #34cfb0;
background-color: #34cfb0;
/* Tailwind (arbitrary) */
class="text-[#34cfb0] bg-[#34cfb0]"
/* SCSS */
$brand: #34cfb0;
/* SwiftUI */
Color(red: 0.204, green: 0.812, blue: 0.690)
/* Android */
Color.parseColor("#34cfb0")Accessibility — WCAG contrast
Aa
#34cfb0 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#34cfb0 on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green81.2%
Blue69.0%
CMYK percentages
Cyan74.9%
Magenta0.0%
Yellow15.0%
Key (black)18.8%
Color previews
#34cfb0 text on a black background
contrast 10.70:1
Card sample
#34cfb0 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #34cfb0;
Background color
Panel with #34cfb0 background
background-color: #34cfb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #34cfb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 207, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 207, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #34cfb0; background: linear-gradient(135deg, #34cfb0, #3487CF);