#34cbfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
52, 203, 253
HSL
195°, 98%, 60%
CMYK
79, 20, 0, 1
Luminance
0.5053
Every format
| HEX | #34cbfd |
| RGB | rgb(52, 203, 253) |
| HSL | hsl(195, 98%, 60%) |
| CMYK | cmyk(79%, 20%, 0%, 1%) |
| LAB | lab(76.4 -22.0 -35.5) |
| LCH | lch(76.4 41.7 238.2) |
| OKLCH | oklch(0.787 0.139 225.9) |
Copy-ready code
/* CSS */
color: #34cbfd;
background-color: #34cbfd;
/* Tailwind (arbitrary) */
class="text-[#34cbfd] bg-[#34cbfd]"
/* SCSS */
$brand: #34cbfd;
/* SwiftUI */
Color(red: 0.204, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#34cbfd")Accessibility — WCAG contrast
Aa
#34cbfd on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#34cbfd on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green79.6%
Blue99.2%
CMYK percentages
Cyan79.4%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#34cbfd text on a black background
contrast 11.11:1
Card sample
#34cbfd text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #34cbfd;
Background color
Panel with #34cbfd background
background-color: #34cbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #34cbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #34cbfd; background: linear-gradient(135deg, #34cbfd, #3445FD);