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