#3ebeee
a balanced, electric cyan · cool · closest name: skyblue
RGB
62, 190, 238
HSL
196°, 84%, 59%
CMYK
74, 20, 0, 7
Luminance
0.4402
Every format
| HEX | #3ebeee |
| RGB | rgb(62, 190, 238) |
| HSL | hsl(196, 84%, 59%) |
| CMYK | cmyk(74%, 20%, 0%, 7%) |
| LAB | lab(72.2 -19.2 -33.8) |
| LCH | lch(72.2 38.9 240.4) |
| OKLCH | oklch(0.753 0.128 227.7) |
Copy-ready code
/* CSS */
color: #3ebeee;
background-color: #3ebeee;
/* Tailwind (arbitrary) */
class="text-[#3ebeee] bg-[#3ebeee]"
/* SCSS */
$brand: #3ebeee;
/* SwiftUI */
Color(red: 0.243, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#3ebeee")Accessibility — WCAG contrast
Aa
#3ebeee on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ebeee on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green74.5%
Blue93.3%
CMYK percentages
Cyan73.9%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#3ebeee text on a black background
contrast 9.80:1
Card sample
#3ebeee text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ebeee;
Background color
Panel with #3ebeee background
background-color: #3ebeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ebeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ebeee; background: linear-gradient(135deg, #3ebeee, #3E48EE);