#46cbfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
70, 203, 253
HSL
196°, 98%, 63%
CMYK
72, 20, 0, 1
Luminance
0.5111
Every format
| HEX | #46cbfd |
| RGB | rgb(70, 203, 253) |
| HSL | hsl(196, 98%, 63%) |
| CMYK | cmyk(72%, 20%, 0%, 1%) |
| LAB | lab(76.7 -20.1 -34.9) |
| LCH | lch(76.7 40.3 240.0) |
| OKLCH | oklch(0.791 0.133 227.5) |
Copy-ready code
/* CSS */
color: #46cbfd;
background-color: #46cbfd;
/* Tailwind (arbitrary) */
class="text-[#46cbfd] bg-[#46cbfd]"
/* SCSS */
$brand: #46cbfd;
/* SwiftUI */
Color(red: 0.275, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#46cbfd")Accessibility — WCAG contrast
Aa
#46cbfd on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46cbfd on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green79.6%
Blue99.2%
CMYK percentages
Cyan72.3%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#46cbfd text on a black background
contrast 11.22:1
Card sample
#46cbfd text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46cbfd;
Background color
Panel with #46cbfd background
background-color: #46cbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46cbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46cbfd; background: linear-gradient(135deg, #46cbfd, #4651FD);