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