#34dbfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
52, 219, 253
HSL
190°, 98%, 60%
CMYK
79, 13, 0, 1
Luminance
0.5848
Every format
| HEX | #34dbfd |
| RGB | rgb(52, 219, 253) |
| HSL | hsl(190, 98%, 60%) |
| CMYK | cmyk(79%, 13%, 0%, 1%) |
| LAB | lab(81.0 -30.0 -28.4) |
| LCH | lch(81.0 41.3 223.4) |
| OKLCH | oklch(0.824 0.136 215.5) |
Copy-ready code
/* CSS */
color: #34dbfd;
background-color: #34dbfd;
/* Tailwind (arbitrary) */
class="text-[#34dbfd] bg-[#34dbfd]"
/* SCSS */
$brand: #34dbfd;
/* SwiftUI */
Color(red: 0.204, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#34dbfd")Accessibility — WCAG contrast
Aa
#34dbfd on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#34dbfd on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green85.9%
Blue99.2%
CMYK percentages
Cyan79.4%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#34dbfd text on a black background
contrast 12.70:1
Card sample
#34dbfd text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #34dbfd;
Background color
Panel with #34dbfd background
background-color: #34dbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #34dbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #34dbfd; background: linear-gradient(135deg, #34dbfd, #3455FD);