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