#34adeb
a balanced, electric blue · cool · closest name: steelblue
RGB
52, 173, 235
HSL
200°, 82%, 56%
CMYK
78, 26, 0, 8
Luminance
0.3662
Every format
| HEX | #34adeb |
| RGB | rgb(52, 173, 235) |
| HSL | hsl(200, 82%, 56%) |
| CMYK | cmyk(78%, 26%, 0%, 8%) |
| LAB | lab(67.0 -12.2 -40.4) |
| LCH | lch(67.0 42.2 253.1) |
| OKLCH | oklch(0.710 0.137 236.4) |
Copy-ready code
/* CSS */
color: #34adeb;
background-color: #34adeb;
/* Tailwind (arbitrary) */
class="text-[#34adeb] bg-[#34adeb]"
/* SCSS */
$brand: #34adeb;
/* SwiftUI */
Color(red: 0.204, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#34adeb")Accessibility — WCAG contrast
Aa
#34adeb on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#34adeb on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green67.8%
Blue92.2%
CMYK percentages
Cyan77.9%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#34adeb text on a black background
contrast 8.32:1
Card sample
#34adeb text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #34adeb;
Background color
Panel with #34adeb background
background-color: #34adeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #34adeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #34adeb; background: linear-gradient(135deg, #34adeb, #3534EB);