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