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