#3ebeeb
a balanced, electric cyan · cool · closest name: skyblue
RGB
62, 190, 235
HSL
196°, 81%, 58%
CMYK
74, 19, 0, 8
Luminance
0.4385
Every format
| HEX | #3ebeeb |
| RGB | rgb(62, 190, 235) |
| HSL | hsl(196, 81%, 58%) |
| CMYK | cmyk(74%, 19%, 0%, 8%) |
| LAB | lab(72.1 -20.1 -32.3) |
| LCH | lch(72.1 38.1 238.1) |
| OKLCH | oklch(0.751 0.126 226.1) |
Copy-ready code
/* CSS */
color: #3ebeeb;
background-color: #3ebeeb;
/* Tailwind (arbitrary) */
class="text-[#3ebeeb] bg-[#3ebeeb]"
/* SCSS */
$brand: #3ebeeb;
/* SwiftUI */
Color(red: 0.243, green: 0.745, blue: 0.922)
/* Android */
Color.parseColor("#3ebeeb")Accessibility — WCAG contrast
Aa
#3ebeeb on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ebeeb on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green74.5%
Blue92.2%
CMYK percentages
Cyan73.6%
Magenta19.1%
Yellow0.0%
Key (black)7.8%
Color previews
#3ebeeb text on a black background
contrast 9.77:1
Card sample
#3ebeeb text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ebeeb;
Background color
Panel with #3ebeeb background
background-color: #3ebeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ebeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 190, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 190, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ebeeb; background: linear-gradient(135deg, #3ebeeb, #3E4BEB);