#3ebeef
a balanced, electric cyan · cool · closest name: skyblue
RGB
62, 190, 239
HSL
197°, 85%, 59%
CMYK
74, 21, 0, 6
Luminance
0.4408
Every format
| HEX | #3ebeef |
| RGB | rgb(62, 190, 239) |
| HSL | hsl(197, 85%, 59%) |
| CMYK | cmyk(74%, 21%, 0%, 6%) |
| LAB | lab(72.3 -18.9 -34.3) |
| LCH | lch(72.3 39.1 241.2) |
| OKLCH | oklch(0.753 0.129 228.3) |
Copy-ready code
/* CSS */
color: #3ebeef;
background-color: #3ebeef;
/* Tailwind (arbitrary) */
class="text-[#3ebeef] bg-[#3ebeef]"
/* SCSS */
$brand: #3ebeef;
/* SwiftUI */
Color(red: 0.243, green: 0.745, blue: 0.937)
/* Android */
Color.parseColor("#3ebeef")Accessibility — WCAG contrast
Aa
#3ebeef on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ebeef on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green74.5%
Blue93.7%
CMYK percentages
Cyan74.1%
Magenta20.5%
Yellow0.0%
Key (black)6.3%
Color previews
#3ebeef text on a black background
contrast 9.82:1
Card sample
#3ebeef text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ebeef;
Background color
Panel with #3ebeef background
background-color: #3ebeef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ebeef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 190, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 190, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ebeef; background: linear-gradient(135deg, #3ebeef, #3E48EF);