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