#3edef1
a balanced, electric cyan · cool · closest name: cyan
RGB
62, 222, 241
HSL
186°, 87%, 59%
CMYK
74, 8, 0, 6
Luminance
0.5962
Every format
| HEX | #3edef1 |
| RGB | rgb(62, 222, 241) |
| HSL | hsl(186, 87%, 59%) |
| CMYK | cmyk(74%, 8%, 0%, 6%) |
| LAB | lab(81.6 -34.1 -21.0) |
| LCH | lch(81.6 40.0 211.7) |
| OKLCH | oklch(0.828 0.129 206.9) |
Copy-ready code
/* CSS */
color: #3edef1;
background-color: #3edef1;
/* Tailwind (arbitrary) */
class="text-[#3edef1] bg-[#3edef1]"
/* SCSS */
$brand: #3edef1;
/* SwiftUI */
Color(red: 0.243, green: 0.871, blue: 0.945)
/* Android */
Color.parseColor("#3edef1")Accessibility — WCAG contrast
Aa
#3edef1 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3edef1 on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green87.1%
Blue94.5%
CMYK percentages
Cyan74.3%
Magenta7.9%
Yellow0.0%
Key (black)5.5%
Color previews
#3edef1 text on a black background
contrast 12.92:1
Card sample
#3edef1 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3edef1;
Background color
Panel with #3edef1 background
background-color: #3edef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3edef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 222, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 222, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3edef1; background: linear-gradient(135deg, #3edef1, #3E67F1);