#3ebdcf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
62, 189, 207
HSL
187°, 60%, 53%
CMYK
70, 9, 0, 19
Luminance
0.4192
Every format
| HEX | #3ebdcf |
| RGB | rgb(62, 189, 207) |
| HSL | hsl(187, 60%, 53%) |
| CMYK | cmyk(70%, 9%, 0%, 19%) |
| LAB | lab(70.8 -28.4 -19.1) |
| LCH | lch(70.8 34.2 213.9) |
| OKLCH | oklch(0.737 0.111 208.7) |
Copy-ready code
/* CSS */
color: #3ebdcf;
background-color: #3ebdcf;
/* Tailwind (arbitrary) */
class="text-[#3ebdcf] bg-[#3ebdcf]"
/* SCSS */
$brand: #3ebdcf;
/* SwiftUI */
Color(red: 0.243, green: 0.741, blue: 0.812)
/* Android */
Color.parseColor("#3ebdcf")Accessibility — WCAG contrast
Aa
#3ebdcf on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ebdcf on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green74.1%
Blue81.2%
CMYK percentages
Cyan70.0%
Magenta8.7%
Yellow0.0%
Key (black)18.8%
Color previews
#3ebdcf text on a black background
contrast 9.38:1
Card sample
#3ebdcf text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ebdcf;
Background color
Panel with #3ebdcf background
background-color: #3ebdcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ebdcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 189, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 189, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ebdcf; background: linear-gradient(135deg, #3ebdcf, #3E5CCF);