#3eb8cb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
62, 184, 203
HSL
188°, 58%, 52%
CMYK
70, 9, 0, 20
Luminance
0.3962
Every format
| HEX | #3eb8cb |
| RGB | rgb(62, 184, 203) |
| HSL | hsl(188, 58%, 52%) |
| CMYK | cmyk(70%, 9%, 0%, 20%) |
| LAB | lab(69.2 -27.1 -19.4) |
| LCH | lch(69.2 33.4 215.5) |
| OKLCH | oklch(0.724 0.108 209.9) |
Copy-ready code
/* CSS */
color: #3eb8cb;
background-color: #3eb8cb;
/* Tailwind (arbitrary) */
class="text-[#3eb8cb] bg-[#3eb8cb]"
/* SCSS */
$brand: #3eb8cb;
/* SwiftUI */
Color(red: 0.243, green: 0.722, blue: 0.796)
/* Android */
Color.parseColor("#3eb8cb")Accessibility — WCAG contrast
Aa
#3eb8cb on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eb8cb on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green72.2%
Blue79.6%
CMYK percentages
Cyan69.5%
Magenta9.4%
Yellow0.0%
Key (black)20.4%
Color previews
#3eb8cb text on a black background
contrast 8.92:1
Card sample
#3eb8cb text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eb8cb;
Background color
Panel with #3eb8cb background
background-color: #3eb8cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eb8cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 184, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 184, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eb8cb; background: linear-gradient(135deg, #3eb8cb, #3E5ACB);