#3eedfd
a balanced, electric cyan · cool · closest name: cyan
RGB
62, 237, 253
HSL
185°, 98%, 62%
CMYK
76, 6, 0, 1
Luminance
0.6868
Every format
| HEX | #3eedfd |
| RGB | rgb(62, 237, 253) |
| HSL | hsl(185, 98%, 62%) |
| CMYK | cmyk(76%, 6%, 0%, 1%) |
| LAB | lab(86.3 -37.5 -20.2) |
| LCH | lch(86.3 42.6 208.3) |
| OKLCH | oklch(0.868 0.136 204.3) |
Copy-ready code
/* CSS */
color: #3eedfd;
background-color: #3eedfd;
/* Tailwind (arbitrary) */
class="text-[#3eedfd] bg-[#3eedfd]"
/* SCSS */
$brand: #3eedfd;
/* SwiftUI */
Color(red: 0.243, green: 0.929, blue: 0.992)
/* Android */
Color.parseColor("#3eedfd")Accessibility — WCAG contrast
Aa
#3eedfd on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eedfd on black: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green92.9%
Blue99.2%
CMYK percentages
Cyan75.5%
Magenta6.3%
Yellow0.0%
Key (black)0.8%
Color previews
#3eedfd text on a black background
contrast 14.74:1
Card sample
#3eedfd text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eedfd;
Background color
Panel with #3eedfd background
background-color: #3eedfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eedfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 237, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 237, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eedfd; background: linear-gradient(135deg, #3eedfd, #3E6EFD);