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