#34adcf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
52, 173, 207
HSL
193°, 62%, 51%
CMYK
75, 16, 0, 19
Luminance
0.3512
Every format
| HEX | #34adcf |
| RGB | rgb(52, 173, 207) |
| HSL | hsl(193, 62%, 51%) |
| CMYK | cmyk(75%, 16%, 0%, 19%) |
| LAB | lab(65.8 -21.6 -26.7) |
| LCH | lch(65.8 34.4 231.1) |
| OKLCH | oklch(0.697 0.114 221.1) |
Copy-ready code
/* CSS */
color: #34adcf;
background-color: #34adcf;
/* Tailwind (arbitrary) */
class="text-[#34adcf] bg-[#34adcf]"
/* SCSS */
$brand: #34adcf;
/* SwiftUI */
Color(red: 0.204, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#34adcf")Accessibility — WCAG contrast
Aa
#34adcf on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#34adcf on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green67.8%
Blue81.2%
CMYK percentages
Cyan74.9%
Magenta16.4%
Yellow0.0%
Key (black)18.8%
Color previews
#34adcf text on a black background
contrast 8.02:1
Card sample
#34adcf text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #34adcf;
Background color
Panel with #34adcf background
background-color: #34adcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #34adcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #34adcf; background: linear-gradient(135deg, #34adcf, #3446CF);