#46eefd
a balanced, electric cyan · cool · closest name: cyan
RGB
70, 238, 253
HSL
185°, 98%, 63%
CMYK
72, 6, 0, 1
Luminance
0.6954
Every format
| HEX | #46eefd |
| RGB | rgb(70, 238, 253) |
| HSL | hsl(185, 98%, 63%) |
| CMYK | cmyk(72%, 6%, 0%, 1%) |
| LAB | lab(86.8 -37.1 -19.6) |
| LCH | lch(86.8 42.0 207.8) |
| OKLCH | oklch(0.872 0.134 203.9) |
Copy-ready code
/* CSS */
color: #46eefd;
background-color: #46eefd;
/* Tailwind (arbitrary) */
class="text-[#46eefd] bg-[#46eefd]"
/* SCSS */
$brand: #46eefd;
/* SwiftUI */
Color(red: 0.275, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#46eefd")Accessibility — WCAG contrast
Aa
#46eefd on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46eefd on black: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green93.3%
Blue99.2%
CMYK percentages
Cyan72.3%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#46eefd text on a black background
contrast 14.91:1
Card sample
#46eefd text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46eefd;
Background color
Panel with #46eefd background
background-color: #46eefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46eefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46eefd; background: linear-gradient(135deg, #46eefd, #4674FD);