#3ebace
a balanced, vivid cyan · cool · closest name: skyblue
RGB
62, 186, 206
HSL
188°, 60%, 53%
CMYK
70, 10, 0, 19
Luminance
0.4060
Every format
| HEX | #3ebace |
| RGB | rgb(62, 186, 206) |
| HSL | hsl(188, 60%, 53%) |
| CMYK | cmyk(70%, 10%, 0%, 19%) |
| LAB | lab(69.9 -27.2 -20.0) |
| LCH | lch(69.9 33.8 216.3) |
| OKLCH | oklch(0.730 0.110 210.4) |
Copy-ready code
/* CSS */
color: #3ebace;
background-color: #3ebace;
/* Tailwind (arbitrary) */
class="text-[#3ebace] bg-[#3ebace]"
/* SCSS */
$brand: #3ebace;
/* SwiftUI */
Color(red: 0.243, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#3ebace")Accessibility — WCAG contrast
Aa
#3ebace on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ebace on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green72.9%
Blue80.8%
CMYK percentages
Cyan69.9%
Magenta9.7%
Yellow0.0%
Key (black)19.2%
Color previews
#3ebace text on a black background
contrast 9.12:1
Card sample
#3ebace text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ebace;
Background color
Panel with #3ebace background
background-color: #3ebace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ebace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ebace; background: linear-gradient(135deg, #3ebace, #3E5ACE);