#34bafd
a balanced, electric blue · cool · closest name: skyblue
RGB
52, 186, 253
HSL
200°, 98%, 60%
CMYK
79, 27, 0, 1
Luminance
0.4294
Every format
| HEX | #34bafd |
| RGB | rgb(52, 186, 253) |
| HSL | hsl(200, 98%, 60%) |
| CMYK | cmyk(79%, 27%, 0%, 1%) |
| LAB | lab(71.5 -13.1 -43.0) |
| LCH | lch(71.5 45.0 253.1) |
| OKLCH | oklch(0.748 0.146 236.2) |
Copy-ready code
/* CSS */
color: #34bafd;
background-color: #34bafd;
/* Tailwind (arbitrary) */
class="text-[#34bafd] bg-[#34bafd]"
/* SCSS */
$brand: #34bafd;
/* SwiftUI */
Color(red: 0.204, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#34bafd")Accessibility — WCAG contrast
Aa
#34bafd on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#34bafd on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green72.9%
Blue99.2%
CMYK percentages
Cyan79.4%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#34bafd text on a black background
contrast 9.59:1
Card sample
#34bafd text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #34bafd;
Background color
Panel with #34bafd background
background-color: #34bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #34bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #34bafd; background: linear-gradient(135deg, #34bafd, #3434FD);