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