#4dbbee
a balanced, electric cyan · cool · closest name: skyblue
RGB
77, 187, 238
HSL
199°, 83%, 62%
CMYK
68, 21, 0, 7
Luminance
0.4329
Every format
| HEX | #4dbbee |
| RGB | rgb(77, 187, 238) |
| HSL | hsl(199, 83%, 62%) |
| CMYK | cmyk(68%, 21%, 0%, 7%) |
| LAB | lab(71.8 -15.6 -34.5) |
| LCH | lch(71.8 37.9 245.7) |
| OKLCH | oklch(0.750 0.123 231.9) |
Copy-ready code
/* CSS */
color: #4dbbee;
background-color: #4dbbee;
/* Tailwind (arbitrary) */
class="text-[#4dbbee] bg-[#4dbbee]"
/* SCSS */
$brand: #4dbbee;
/* SwiftUI */
Color(red: 0.302, green: 0.733, blue: 0.933)
/* Android */
Color.parseColor("#4dbbee")Accessibility — WCAG contrast
Aa
#4dbbee on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dbbee on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green73.3%
Blue93.3%
CMYK percentages
Cyan67.6%
Magenta21.4%
Yellow0.0%
Key (black)6.7%
Color previews
#4dbbee text on a black background
contrast 9.66:1
Card sample
#4dbbee text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dbbee;
Background color
Panel with #4dbbee background
background-color: #4dbbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dbbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 187, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 187, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dbbee; background: linear-gradient(135deg, #4dbbee, #4D50EE);