#4dbace
a balanced, vivid cyan · cool · closest name: skyblue
RGB
77, 186, 206
HSL
189°, 57%, 56%
CMYK
63, 10, 0, 19
Luminance
0.4115
Every format
| HEX | #4dbace |
| RGB | rgb(77, 186, 206) |
| HSL | hsl(189, 57%, 56%) |
| CMYK | cmyk(63%, 10%, 0%, 19%) |
| LAB | lab(70.3 -24.9 -19.3) |
| LCH | lch(70.3 31.6 217.8) |
| OKLCH | oklch(0.734 0.102 211.7) |
Copy-ready code
/* CSS */
color: #4dbace;
background-color: #4dbace;
/* Tailwind (arbitrary) */
class="text-[#4dbace] bg-[#4dbace]"
/* SCSS */
$brand: #4dbace;
/* SwiftUI */
Color(red: 0.302, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#4dbace")Accessibility — WCAG contrast
Aa
#4dbace on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dbace on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green72.9%
Blue80.8%
CMYK percentages
Cyan62.6%
Magenta9.7%
Yellow0.0%
Key (black)19.2%
Color previews
#4dbace text on a black background
contrast 9.23:1
Card sample
#4dbace text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dbace;
Background color
Panel with #4dbace background
background-color: #4dbace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dbace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dbace; background: linear-gradient(135deg, #4dbace, #4D64CE);