#3ebacd
a balanced, vivid cyan · cool · closest name: skyblue
RGB
62, 186, 205
HSL
188°, 59%, 52%
CMYK
70, 9, 0, 20
Luminance
0.4055
Every format
| HEX | #3ebacd |
| RGB | rgb(62, 186, 205) |
| HSL | hsl(188, 59%, 52%) |
| CMYK | cmyk(70%, 9%, 0%, 20%) |
| LAB | lab(69.9 -27.5 -19.5) |
| LCH | lch(69.9 33.7 215.3) |
| OKLCH | oklch(0.729 0.109 209.7) |
Copy-ready code
/* CSS */
color: #3ebacd;
background-color: #3ebacd;
/* Tailwind (arbitrary) */
class="text-[#3ebacd] bg-[#3ebacd]"
/* SCSS */
$brand: #3ebacd;
/* SwiftUI */
Color(red: 0.243, green: 0.729, blue: 0.804)
/* Android */
Color.parseColor("#3ebacd")Accessibility — WCAG contrast
Aa
#3ebacd on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ebacd on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green72.9%
Blue80.4%
CMYK percentages
Cyan69.8%
Magenta9.3%
Yellow0.0%
Key (black)19.6%
Color previews
#3ebacd text on a black background
contrast 9.11:1
Card sample
#3ebacd text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ebacd;
Background color
Panel with #3ebacd background
background-color: #3ebacd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ebacd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 186, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 186, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ebacd; background: linear-gradient(135deg, #3ebacd, #3E5BCD);