#3ebceb
a balanced, electric cyan · cool · closest name: skyblue
RGB
62, 188, 235
HSL
196°, 81%, 58%
CMYK
74, 20, 0, 8
Luminance
0.4299
Every format
| HEX | #3ebceb |
| RGB | rgb(62, 188, 235) |
| HSL | hsl(196, 81%, 58%) |
| CMYK | cmyk(74%, 20%, 0%, 8%) |
| LAB | lab(71.5 -19.1 -33.2) |
| LCH | lch(71.5 38.3 240.1) |
| OKLCH | oklch(0.747 0.127 227.5) |
Copy-ready code
/* CSS */
color: #3ebceb;
background-color: #3ebceb;
/* Tailwind (arbitrary) */
class="text-[#3ebceb] bg-[#3ebceb]"
/* SCSS */
$brand: #3ebceb;
/* SwiftUI */
Color(red: 0.243, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#3ebceb")Accessibility — WCAG contrast
Aa
#3ebceb on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ebceb on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green73.7%
Blue92.2%
CMYK percentages
Cyan73.6%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#3ebceb text on a black background
contrast 9.60:1
Card sample
#3ebceb text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ebceb;
Background color
Panel with #3ebceb background
background-color: #3ebceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ebceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ebceb; background: linear-gradient(135deg, #3ebceb, #3E49EB);