#34dadf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
52, 218, 223
HSL
182°, 73%, 54%
CMYK
77, 2, 0, 13
Luminance
0.5620
Every format
| HEX | #34dadf |
| RGB | rgb(52, 218, 223) |
| HSL | hsl(182, 73%, 54%) |
| CMYK | cmyk(77%, 2%, 0%, 13%) |
| LAB | lab(79.7 -38.5 -14.3) |
| LCH | lch(79.7 41.1 200.4) |
| OKLCH | oklch(0.811 0.128 198.1) |
Copy-ready code
/* CSS */
color: #34dadf;
background-color: #34dadf;
/* Tailwind (arbitrary) */
class="text-[#34dadf] bg-[#34dadf]"
/* SCSS */
$brand: #34dadf;
/* SwiftUI */
Color(red: 0.204, green: 0.855, blue: 0.875)
/* Android */
Color.parseColor("#34dadf")Accessibility — WCAG contrast
Aa
#34dadf on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#34dadf on black: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green85.5%
Blue87.5%
CMYK percentages
Cyan76.7%
Magenta2.2%
Yellow0.0%
Key (black)12.5%
Color previews
#34dadf text on a black background
contrast 12.24:1
Card sample
#34dadf text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #34dadf;
Background color
Panel with #34dadf background
background-color: #34dadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #34dadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 218, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 218, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #34dadf; background: linear-gradient(135deg, #34dadf, #3468DF);