#34afdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
52, 175, 223
HSL
197°, 73%, 54%
CMYK
77, 22, 0, 13
Luminance
0.3672
Every format
| HEX | #34afdf |
| RGB | rgb(52, 175, 223) |
| HSL | hsl(197, 73%, 54%) |
| CMYK | cmyk(77%, 22%, 0%, 13%) |
| LAB | lab(67.1 -17.4 -33.6) |
| LCH | lch(67.1 37.9 242.7) |
| OKLCH | oklch(0.709 0.125 229.2) |
Copy-ready code
/* CSS */
color: #34afdf;
background-color: #34afdf;
/* Tailwind (arbitrary) */
class="text-[#34afdf] bg-[#34afdf]"
/* SCSS */
$brand: #34afdf;
/* SwiftUI */
Color(red: 0.204, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#34afdf")Accessibility — WCAG contrast
Aa
#34afdf on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#34afdf on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green68.6%
Blue87.5%
CMYK percentages
Cyan76.7%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#34afdf text on a black background
contrast 8.34:1
Card sample
#34afdf text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #34afdf;
Background color
Panel with #34afdf background
background-color: #34afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #34afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #34afdf; background: linear-gradient(135deg, #34afdf, #343DDF);