#62ebfd
a light, electric cyan · cool · closest name: cyan
RGB
98, 235, 253
HSL
187°, 98%, 69%
CMYK
61, 7, 0, 1
Luminance
0.6911
Every format
| HEX | #62ebfd |
| RGB | rgb(98, 235, 253) |
| HSL | hsl(187, 98%, 69%) |
| CMYK | cmyk(61%, 7%, 0%, 1%) |
| LAB | lab(86.5 -31.9 -19.8) |
| LCH | lch(86.5 37.5 211.9) |
| OKLCH | oklch(0.872 0.120 207.2) |
Copy-ready code
/* CSS */
color: #62ebfd;
background-color: #62ebfd;
/* Tailwind (arbitrary) */
class="text-[#62ebfd] bg-[#62ebfd]"
/* SCSS */
$brand: #62ebfd;
/* SwiftUI */
Color(red: 0.384, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#62ebfd")Accessibility — WCAG contrast
Aa
#62ebfd on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#62ebfd on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green92.2%
Blue99.2%
CMYK percentages
Cyan61.3%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#62ebfd text on a black background
contrast 14.82:1
Card sample
#62ebfd text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62ebfd;
Background color
Panel with #62ebfd background
background-color: #62ebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62ebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62ebfd; background: linear-gradient(135deg, #62ebfd, #6283FD);