#34bcdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
52, 188, 223
HSL
192°, 73%, 54%
CMYK
77, 16, 0, 13
Luminance
0.4202
Every format
| HEX | #34bcdf |
| RGB | rgb(52, 188, 223) |
| HSL | hsl(192, 73%, 54%) |
| CMYK | cmyk(77%, 16%, 0%, 13%) |
| LAB | lab(70.9 -24.1 -27.8) |
| LCH | lch(70.9 36.8 229.0) |
| OKLCH | oklch(0.739 0.122 219.6) |
Copy-ready code
/* CSS */
color: #34bcdf;
background-color: #34bcdf;
/* Tailwind (arbitrary) */
class="text-[#34bcdf] bg-[#34bcdf]"
/* SCSS */
$brand: #34bcdf;
/* SwiftUI */
Color(red: 0.204, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#34bcdf")Accessibility — WCAG contrast
Aa
#34bcdf on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#34bcdf on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green73.7%
Blue87.5%
CMYK percentages
Cyan76.7%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#34bcdf text on a black background
contrast 9.40:1
Card sample
#34bcdf text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #34bcdf;
Background color
Panel with #34bcdf background
background-color: #34bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #34bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #34bcdf; background: linear-gradient(135deg, #34bcdf, #344ADF);