#46c5fd
a balanced, electric cyan · cool · closest name: skyblue
RGB
70, 197, 253
HSL
198°, 98%, 63%
CMYK
72, 22, 0, 1
Luminance
0.4833
Every format
| HEX | #46c5fd |
| RGB | rgb(70, 197, 253) |
| HSL | hsl(198, 98%, 63%) |
| CMYK | cmyk(72%, 22%, 0%, 1%) |
| LAB | lab(75.0 -17.0 -37.5) |
| LCH | lch(75.0 41.2 245.6) |
| OKLCH | oklch(0.777 0.135 231.5) |
Copy-ready code
/* CSS */
color: #46c5fd;
background-color: #46c5fd;
/* Tailwind (arbitrary) */
class="text-[#46c5fd] bg-[#46c5fd]"
/* SCSS */
$brand: #46c5fd;
/* SwiftUI */
Color(red: 0.275, green: 0.773, blue: 0.992)
/* Android */
Color.parseColor("#46c5fd")Accessibility — WCAG contrast
Aa
#46c5fd on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46c5fd on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green77.3%
Blue99.2%
CMYK percentages
Cyan72.3%
Magenta22.1%
Yellow0.0%
Key (black)0.8%
Color previews
#46c5fd text on a black background
contrast 10.67:1
Card sample
#46c5fd text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46c5fd;
Background color
Panel with #46c5fd background
background-color: #46c5fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46c5fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 197, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 197, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46c5fd; background: linear-gradient(135deg, #46c5fd, #464BFD);