#34ceaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
52, 206, 175
HSL
168°, 61%, 51%
CMYK
75, 0, 15, 19
Luminance
0.4797
Every format
| HEX | #34ceaf |
| RGB | rgb(52, 206, 175) |
| HSL | hsl(168, 61%, 51%) |
| CMYK | cmyk(75%, 0%, 15%, 19%) |
| LAB | lab(74.8 -46.4 4.2) |
| LCH | lch(74.8 46.6 174.9) |
| OKLCH | oklch(0.766 0.132 175.5) |
Copy-ready code
/* CSS */
color: #34ceaf;
background-color: #34ceaf;
/* Tailwind (arbitrary) */
class="text-[#34ceaf] bg-[#34ceaf]"
/* SCSS */
$brand: #34ceaf;
/* SwiftUI */
Color(red: 0.204, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#34ceaf")Accessibility — WCAG contrast
Aa
#34ceaf on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#34ceaf on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green80.8%
Blue68.6%
CMYK percentages
Cyan74.8%
Magenta0.0%
Yellow15.0%
Key (black)19.2%
Color previews
#34ceaf text on a black background
contrast 10.59:1
Card sample
#34ceaf text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #34ceaf;
Background color
Panel with #34ceaf background
background-color: #34ceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #34ceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #34ceaf; background: linear-gradient(135deg, #34ceaf, #3486CE);