#3ebfe9
a balanced, electric cyan · cool · closest name: skyblue
RGB
62, 191, 233
HSL
195°, 80%, 58%
CMYK
73, 18, 0, 9
Luminance
0.4417
Every format
| HEX | #3ebfe9 |
| RGB | rgb(62, 191, 233) |
| HSL | hsl(195, 80%, 58%) |
| CMYK | cmyk(73%, 18%, 0%, 9%) |
| LAB | lab(72.3 -21.3 -30.9) |
| LCH | lch(72.3 37.5 235.4) |
| OKLCH | oklch(0.753 0.124 224.2) |
Copy-ready code
/* CSS */
color: #3ebfe9;
background-color: #3ebfe9;
/* Tailwind (arbitrary) */
class="text-[#3ebfe9] bg-[#3ebfe9]"
/* SCSS */
$brand: #3ebfe9;
/* SwiftUI */
Color(red: 0.243, green: 0.749, blue: 0.914)
/* Android */
Color.parseColor("#3ebfe9")Accessibility — WCAG contrast
Aa
#3ebfe9 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ebfe9 on black: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green74.9%
Blue91.4%
CMYK percentages
Cyan73.4%
Magenta18.0%
Yellow0.0%
Key (black)8.6%
Color previews
#3ebfe9 text on a black background
contrast 9.83:1
Card sample
#3ebfe9 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ebfe9;
Background color
Panel with #3ebfe9 background
background-color: #3ebfe9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ebfe9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 191, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 191, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ebfe9; background: linear-gradient(135deg, #3ebfe9, #3E4DE9);