#3ebcdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
62, 188, 223
HSL
193°, 72%, 56%
CMYK
72, 16, 0, 13
Luminance
0.4232
Every format
| HEX | #3ebcdf |
| RGB | rgb(62, 188, 223) |
| HSL | hsl(193, 72%, 56%) |
| CMYK | cmyk(72%, 16%, 0%, 13%) |
| LAB | lab(71.1 -22.9 -27.4) |
| LCH | lch(71.1 35.8 230.1) |
| OKLCH | oklch(0.741 0.118 220.5) |
Copy-ready code
/* CSS */
color: #3ebcdf;
background-color: #3ebcdf;
/* Tailwind (arbitrary) */
class="text-[#3ebcdf] bg-[#3ebcdf]"
/* SCSS */
$brand: #3ebcdf;
/* SwiftUI */
Color(red: 0.243, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#3ebcdf")Accessibility — WCAG contrast
Aa
#3ebcdf on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ebcdf on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green73.7%
Blue87.5%
CMYK percentages
Cyan72.2%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#3ebcdf text on a black background
contrast 9.46:1
Card sample
#3ebcdf text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ebcdf;
Background color
Panel with #3ebcdf background
background-color: #3ebcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ebcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ebcdf; background: linear-gradient(135deg, #3ebcdf, #3E51DF);