#3eb7ce
a balanced, vivid cyan · cool · closest name: skyblue
RGB
62, 183, 206
HSL
190°, 60%, 53%
CMYK
70, 11, 0, 19
Luminance
0.3935
Every format
| HEX | #3eb7ce |
| RGB | rgb(62, 183, 206) |
| HSL | hsl(190, 60%, 53%) |
| CMYK | cmyk(70%, 11%, 0%, 19%) |
| LAB | lab(69.0 -25.7 -21.3) |
| LCH | lch(69.0 33.4 219.6) |
| OKLCH | oklch(0.723 0.109 213.0) |
Copy-ready code
/* CSS */
color: #3eb7ce;
background-color: #3eb7ce;
/* Tailwind (arbitrary) */
class="text-[#3eb7ce] bg-[#3eb7ce]"
/* SCSS */
$brand: #3eb7ce;
/* SwiftUI */
Color(red: 0.243, green: 0.718, blue: 0.808)
/* Android */
Color.parseColor("#3eb7ce")Accessibility — WCAG contrast
Aa
#3eb7ce on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eb7ce on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green71.8%
Blue80.8%
CMYK percentages
Cyan69.9%
Magenta11.2%
Yellow0.0%
Key (black)19.2%
Color previews
#3eb7ce text on a black background
contrast 8.87:1
Card sample
#3eb7ce text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eb7ce;
Background color
Panel with #3eb7ce background
background-color: #3eb7ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eb7ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 183, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 183, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eb7ce; background: linear-gradient(135deg, #3eb7ce, #3E57CE);