#34abdf
a balanced, vivid cyan · cool · closest name: steelblue
RGB
52, 171, 223
HSL
198°, 73%, 54%
CMYK
77, 23, 0, 13
Luminance
0.3518
Every format
| HEX | #34abdf |
| RGB | rgb(52, 171, 223) |
| HSL | hsl(198, 73%, 54%) |
| CMYK | cmyk(77%, 23%, 0%, 13%) |
| LAB | lab(65.9 -15.2 -35.5) |
| LCH | lch(65.9 38.6 246.8) |
| OKLCH | oklch(0.699 0.127 232.0) |
Copy-ready code
/* CSS */
color: #34abdf;
background-color: #34abdf;
/* Tailwind (arbitrary) */
class="text-[#34abdf] bg-[#34abdf]"
/* SCSS */
$brand: #34abdf;
/* SwiftUI */
Color(red: 0.204, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#34abdf")Accessibility — WCAG contrast
Aa
#34abdf on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#34abdf on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green67.1%
Blue87.5%
CMYK percentages
Cyan76.7%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#34abdf text on a black background
contrast 8.04:1
Card sample
#34abdf text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #34abdf;
Background color
Panel with #34abdf background
background-color: #34abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #34abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #34abdf; background: linear-gradient(135deg, #34abdf, #3439DF);