#3ebee7
a balanced, electric cyan · cool · closest name: skyblue
RGB
62, 190, 231
HSL
195°, 78%, 58%
CMYK
73, 18, 0, 9
Luminance
0.4362
Every format
| HEX | #3ebee7 |
| RGB | rgb(62, 190, 231) |
| HSL | hsl(195, 78%, 58%) |
| CMYK | cmyk(73%, 18%, 0%, 9%) |
| LAB | lab(72.0 -21.4 -30.4) |
| LCH | lch(72.0 37.2 234.8) |
| OKLCH | oklch(0.750 0.123 223.8) |
Copy-ready code
/* CSS */
color: #3ebee7;
background-color: #3ebee7;
/* Tailwind (arbitrary) */
class="text-[#3ebee7] bg-[#3ebee7]"
/* SCSS */
$brand: #3ebee7;
/* SwiftUI */
Color(red: 0.243, green: 0.745, blue: 0.906)
/* Android */
Color.parseColor("#3ebee7")Accessibility — WCAG contrast
Aa
#3ebee7 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ebee7 on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green74.5%
Blue90.6%
CMYK percentages
Cyan73.2%
Magenta17.7%
Yellow0.0%
Key (black)9.4%
Color previews
#3ebee7 text on a black background
contrast 9.72:1
Card sample
#3ebee7 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ebee7;
Background color
Panel with #3ebee7 background
background-color: #3ebee7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ebee7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 190, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 190, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ebee7; background: linear-gradient(135deg, #3ebee7, #3E4DE7);