#3ebfd5
a balanced, vivid cyan · cool · closest name: skyblue
RGB
62, 191, 213
HSL
189°, 64%, 54%
CMYK
71, 10, 0, 17
Luminance
0.4309
Every format
| HEX | #3ebfd5 |
| RGB | rgb(62, 191, 213) |
| HSL | hsl(189, 64%, 54%) |
| CMYK | cmyk(71%, 10%, 0%, 17%) |
| LAB | lab(71.6 -27.6 -21.2) |
| LCH | lch(71.6 34.8 217.5) |
| OKLCH | oklch(0.745 0.113 211.4) |
Copy-ready code
/* CSS */
color: #3ebfd5;
background-color: #3ebfd5;
/* Tailwind (arbitrary) */
class="text-[#3ebfd5] bg-[#3ebfd5]"
/* SCSS */
$brand: #3ebfd5;
/* SwiftUI */
Color(red: 0.243, green: 0.749, blue: 0.835)
/* Android */
Color.parseColor("#3ebfd5")Accessibility — WCAG contrast
Aa
#3ebfd5 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ebfd5 on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green74.9%
Blue83.5%
CMYK percentages
Cyan70.9%
Magenta10.3%
Yellow0.0%
Key (black)16.5%
Color previews
#3ebfd5 text on a black background
contrast 9.62:1
Card sample
#3ebfd5 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ebfd5;
Background color
Panel with #3ebfd5 background
background-color: #3ebfd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ebfd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 191, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 191, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ebfd5; background: linear-gradient(135deg, #3ebfd5, #3E5AD5);