#34afeb
a balanced, electric cyan · cool · closest name: steelblue
RGB
52, 175, 235
HSL
200°, 82%, 56%
CMYK
78, 26, 0, 8
Luminance
0.3739
Every format
| HEX | #34afeb |
| RGB | rgb(52, 175, 235) |
| HSL | hsl(200, 82%, 56%) |
| CMYK | cmyk(78%, 26%, 0%, 8%) |
| LAB | lab(67.6 -13.3 -39.4) |
| LCH | lch(67.6 41.6 251.3) |
| OKLCH | oklch(0.714 0.136 235.1) |
Copy-ready code
/* CSS */
color: #34afeb;
background-color: #34afeb;
/* Tailwind (arbitrary) */
class="text-[#34afeb] bg-[#34afeb]"
/* SCSS */
$brand: #34afeb;
/* SwiftUI */
Color(red: 0.204, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#34afeb")Accessibility — WCAG contrast
Aa
#34afeb on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#34afeb on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green68.6%
Blue92.2%
CMYK percentages
Cyan77.9%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#34afeb text on a black background
contrast 8.48:1
Card sample
#34afeb text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #34afeb;
Background color
Panel with #34afeb background
background-color: #34afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #34afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #34afeb; background: linear-gradient(135deg, #34afeb, #3435EB);