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