#34fcfd
a balanced, electric cyan · cool · closest name: cyan
RGB
52, 252, 253
HSL
180°, 98%, 60%
CMYK
79, 0, 0, 1
Luminance
0.7744
Every format
| HEX | #34fcfd |
| RGB | rgb(52, 252, 253) |
| HSL | hsl(180, 98%, 60%) |
| CMYK | cmyk(79%, 0%, 0%, 1%) |
| LAB | lab(90.5 -45.2 -13.9) |
| LCH | lch(90.5 47.3 197.2) |
| OKLCH | oklch(0.901 0.146 195.4) |
Copy-ready code
/* CSS */
color: #34fcfd;
background-color: #34fcfd;
/* Tailwind (arbitrary) */
class="text-[#34fcfd] bg-[#34fcfd]"
/* SCSS */
$brand: #34fcfd;
/* SwiftUI */
Color(red: 0.204, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#34fcfd")Accessibility — WCAG contrast
Aa
#34fcfd on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#34fcfd on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green98.8%
Blue99.2%
CMYK percentages
Cyan79.4%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#34fcfd text on a black background
contrast 16.49:1
Card sample
#34fcfd text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #34fcfd;
Background color
Panel with #34fcfd background
background-color: #34fcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #34fcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #34fcfd; background: linear-gradient(135deg, #34fcfd, #3476FD);