#4dafee
a balanced, electric blue · cool · closest name: steelblue
RGB
77, 175, 238
HSL
204°, 83%, 62%
CMYK
68, 27, 0, 7
Luminance
0.3841
Every format
| HEX | #4dafee |
| RGB | rgb(77, 175, 238) |
| HSL | hsl(204, 83%, 62%) |
| CMYK | cmyk(68%, 27%, 0%, 7%) |
| LAB | lab(68.3 -9.2 -39.9) |
| LCH | lch(68.3 40.9 257.1) |
| OKLCH | oklch(0.723 0.129 240.2) |
Copy-ready code
/* CSS */
color: #4dafee;
background-color: #4dafee;
/* Tailwind (arbitrary) */
class="text-[#4dafee] bg-[#4dafee]"
/* SCSS */
$brand: #4dafee;
/* SwiftUI */
Color(red: 0.302, green: 0.686, blue: 0.933)
/* Android */
Color.parseColor("#4dafee")Accessibility — WCAG contrast
Aa
#4dafee on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dafee on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green68.6%
Blue93.3%
CMYK percentages
Cyan67.6%
Magenta26.5%
Yellow0.0%
Key (black)6.7%
Color previews
#4dafee text on a black background
contrast 8.68:1
Card sample
#4dafee text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dafee;
Background color
Panel with #4dafee background
background-color: #4dafee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dafee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 175, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 175, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dafee; background: linear-gradient(135deg, #4dafee, #574DEE);