#3ebeca
a balanced, vivid cyan · cool · closest name: skyblue
RGB
62, 190, 202
HSL
185°, 57%, 52%
CMYK
69, 6, 0, 21
Luminance
0.4212
Every format
| HEX | #3ebeca |
| RGB | rgb(62, 190, 202) |
| HSL | hsl(185, 57%, 52%) |
| CMYK | cmyk(69%, 6%, 0%, 21%) |
| LAB | lab(71.0 -30.4 -16.2) |
| LCH | lch(71.0 34.4 208.0) |
| OKLCH | oklch(0.738 0.110 204.2) |
Copy-ready code
/* CSS */
color: #3ebeca;
background-color: #3ebeca;
/* Tailwind (arbitrary) */
class="text-[#3ebeca] bg-[#3ebeca]"
/* SCSS */
$brand: #3ebeca;
/* SwiftUI */
Color(red: 0.243, green: 0.745, blue: 0.792)
/* Android */
Color.parseColor("#3ebeca")Accessibility — WCAG contrast
Aa
#3ebeca on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ebeca on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green74.5%
Blue79.2%
CMYK percentages
Cyan69.3%
Magenta5.9%
Yellow0.0%
Key (black)20.8%
Color previews
#3ebeca text on a black background
contrast 9.42:1
Card sample
#3ebeca text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ebeca;
Background color
Panel with #3ebeca background
background-color: #3ebeca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ebeca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 190, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 190, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ebeca; background: linear-gradient(135deg, #3ebeca, #3E61CA);