#4dbeee
a balanced, electric cyan · cool · closest name: skyblue
RGB
77, 190, 238
HSL
198°, 83%, 62%
CMYK
68, 20, 0, 7
Luminance
0.4458
Every format
| HEX | #4dbeee |
| RGB | rgb(77, 190, 238) |
| HSL | hsl(198, 83%, 62%) |
| CMYK | cmyk(68%, 20%, 0%, 7%) |
| LAB | lab(72.6 -17.2 -33.2) |
| LCH | lch(72.6 37.4 242.6) |
| OKLCH | oklch(0.757 0.122 229.7) |
Copy-ready code
/* CSS */
color: #4dbeee;
background-color: #4dbeee;
/* Tailwind (arbitrary) */
class="text-[#4dbeee] bg-[#4dbeee]"
/* SCSS */
$brand: #4dbeee;
/* SwiftUI */
Color(red: 0.302, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#4dbeee")Accessibility — WCAG contrast
Aa
#4dbeee on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dbeee on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green74.5%
Blue93.3%
CMYK percentages
Cyan67.6%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#4dbeee text on a black background
contrast 9.92:1
Card sample
#4dbeee text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dbeee;
Background color
Panel with #4dbeee background
background-color: #4dbeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dbeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dbeee; background: linear-gradient(135deg, #4dbeee, #4D53EE);