#3eb6e3
a balanced, vivid cyan · cool · closest name: skyblue
RGB
62, 182, 227
HSL
196°, 75%, 57%
CMYK
73, 20, 0, 11
Luminance
0.4003
Every format
| HEX | #3eb6e3 |
| RGB | rgb(62, 182, 227) |
| HSL | hsl(196, 75%, 57%) |
| CMYK | cmyk(73%, 20%, 0%, 11%) |
| LAB | lab(69.5 -18.6 -32.1) |
| LCH | lch(69.5 37.1 239.9) |
| OKLCH | oklch(0.729 0.122 227.5) |
Copy-ready code
/* CSS */
color: #3eb6e3;
background-color: #3eb6e3;
/* Tailwind (arbitrary) */
class="text-[#3eb6e3] bg-[#3eb6e3]"
/* SCSS */
$brand: #3eb6e3;
/* SwiftUI */
Color(red: 0.243, green: 0.714, blue: 0.890)
/* Android */
Color.parseColor("#3eb6e3")Accessibility — WCAG contrast
Aa
#3eb6e3 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eb6e3 on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green71.4%
Blue89.0%
CMYK percentages
Cyan72.7%
Magenta19.8%
Yellow0.0%
Key (black)11.0%
Color previews
#3eb6e3 text on a black background
contrast 9.01:1
Card sample
#3eb6e3 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eb6e3;
Background color
Panel with #3eb6e3 background
background-color: #3eb6e3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eb6e3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 182, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 182, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eb6e3; background: linear-gradient(135deg, #3eb6e3, #3E48E3);