#46fdff
a balanced, electric cyan · cool · closest name: cyan
RGB
70, 253, 255
HSL
181°, 100%, 64%
CMYK
73, 1, 0, 0
Luminance
0.7877
Every format
| HEX | #46fdff |
| RGB | rgb(70, 253, 255) |
| HSL | hsl(181, 100%, 64%) |
| CMYK | cmyk(73%, 1%, 0%, 0%) |
| LAB | lab(91.1 -43.4 -14.1) |
| LCH | lch(91.1 45.6 198.0) |
| OKLCH | oklch(0.907 0.141 196.1) |
Copy-ready code
/* CSS */
color: #46fdff;
background-color: #46fdff;
/* Tailwind (arbitrary) */
class="text-[#46fdff] bg-[#46fdff]"
/* SCSS */
$brand: #46fdff;
/* SwiftUI */
Color(red: 0.275, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#46fdff")Accessibility — WCAG contrast
Aa
#46fdff on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46fdff on black: 16.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green99.2%
Blue100.0%
CMYK percentages
Cyan72.5%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#46fdff text on a black background
contrast 16.75:1
Card sample
#46fdff text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46fdff;
Background color
Panel with #46fdff background
background-color: #46fdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46fdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46fdff; background: linear-gradient(135deg, #46fdff, #4682FF);