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