#62ebdb
a light, electric cyan · cool · closest name: turquoise
RGB
98, 235, 219
HSL
173°, 77%, 65%
CMYK
58, 0, 7, 8
Luminance
0.6713
Every format
| HEX | #62ebdb |
| RGB | rgb(98, 235, 219) |
| HSL | hsl(173, 77%, 65%) |
| CMYK | cmyk(58%, 0%, 7%, 8%) |
| LAB | lab(85.6 -40.9 -3.4) |
| LCH | lch(85.6 41.1 184.8) |
| OKLCH | oklch(0.861 0.121 184.7) |
Copy-ready code
/* CSS */
color: #62ebdb;
background-color: #62ebdb;
/* Tailwind (arbitrary) */
class="text-[#62ebdb] bg-[#62ebdb]"
/* SCSS */
$brand: #62ebdb;
/* SwiftUI */
Color(red: 0.384, green: 0.922, blue: 0.859)
/* Android */
Color.parseColor("#62ebdb")Accessibility — WCAG contrast
Aa
#62ebdb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#62ebdb on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green92.2%
Blue85.9%
CMYK percentages
Cyan58.3%
Magenta0.0%
Yellow6.8%
Key (black)7.8%
Color previews
#62ebdb text on a black background
contrast 14.43:1
Card sample
#62ebdb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62ebdb;
Background color
Panel with #62ebdb background
background-color: #62ebdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62ebdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 235, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 235, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62ebdb; background: linear-gradient(135deg, #62ebdb, #62A0EB);