#46cdff
a balanced, electric cyan · cool · closest name: skyblue
RGB
70, 205, 255
HSL
196°, 100%, 64%
CMYK
73, 20, 0, 0
Luminance
0.5218
Every format
| HEX | #46cdff |
| RGB | rgb(70, 205, 255) |
| HSL | hsl(196, 100%, 64%) |
| CMYK | cmyk(73%, 20%, 0%, 0%) |
| LAB | lab(77.4 -20.5 -35.0) |
| LCH | lch(77.4 40.5 239.6) |
| OKLCH | oklch(0.796 0.134 227.2) |
Copy-ready code
/* CSS */
color: #46cdff;
background-color: #46cdff;
/* Tailwind (arbitrary) */
class="text-[#46cdff] bg-[#46cdff]"
/* SCSS */
$brand: #46cdff;
/* SwiftUI */
Color(red: 0.275, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#46cdff")Accessibility — WCAG contrast
Aa
#46cdff on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46cdff on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green80.4%
Blue100.0%
CMYK percentages
Cyan72.5%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#46cdff text on a black background
contrast 11.44:1
Card sample
#46cdff text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46cdff;
Background color
Panel with #46cdff background
background-color: #46cdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46cdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46cdff; background: linear-gradient(135deg, #46cdff, #4652FF);