#46dbff
a balanced, electric cyan · cool · closest name: skyblue
RGB
70, 219, 255
HSL
192°, 100%, 64%
CMYK
73, 14, 0, 0
Luminance
0.5919
Every format
| HEX | #46dbff |
| RGB | rgb(70, 219, 255) |
| HSL | hsl(192, 100%, 64%) |
| CMYK | cmyk(73%, 14%, 0%, 0%) |
| LAB | lab(81.4 -27.5 -28.8) |
| LCH | lch(81.4 39.8 226.3) |
| OKLCH | oklch(0.829 0.131 217.7) |
Copy-ready code
/* CSS */
color: #46dbff;
background-color: #46dbff;
/* Tailwind (arbitrary) */
class="text-[#46dbff] bg-[#46dbff]"
/* SCSS */
$brand: #46dbff;
/* SwiftUI */
Color(red: 0.275, green: 0.859, blue: 1.000)
/* Android */
Color.parseColor("#46dbff")Accessibility — WCAG contrast
Aa
#46dbff on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46dbff on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green85.9%
Blue100.0%
CMYK percentages
Cyan72.5%
Magenta14.1%
Yellow0.0%
Key (black)0.0%
Color previews
#46dbff text on a black background
contrast 12.84:1
Card sample
#46dbff text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46dbff;
Background color
Panel with #46dbff background
background-color: #46dbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46dbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 219, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 219, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46dbff; background: linear-gradient(135deg, #46dbff, #465FFF);