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