#4fadeb
a balanced, electric blue · cool · closest name: steelblue
RGB
79, 173, 235
HSL
204°, 80%, 62%
CMYK
66, 26, 0, 8
Luminance
0.3755
Every format
| HEX | #4fadeb |
| RGB | rgb(79, 173, 235) |
| HSL | hsl(204, 80%, 62%) |
| CMYK | cmyk(66%, 26%, 0%, 8%) |
| LAB | lab(67.7 -8.7 -39.2) |
| LCH | lch(67.7 40.2 257.5) |
| OKLCH | oklch(0.717 0.127 240.7) |
Copy-ready code
/* CSS */
color: #4fadeb;
background-color: #4fadeb;
/* Tailwind (arbitrary) */
class="text-[#4fadeb] bg-[#4fadeb]"
/* SCSS */
$brand: #4fadeb;
/* SwiftUI */
Color(red: 0.310, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#4fadeb")Accessibility — WCAG contrast
Aa
#4fadeb on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fadeb on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green67.8%
Blue92.2%
CMYK percentages
Cyan66.4%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#4fadeb text on a black background
contrast 8.51:1
Card sample
#4fadeb text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fadeb;
Background color
Panel with #4fadeb background
background-color: #4fadeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fadeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fadeb; background: linear-gradient(135deg, #4fadeb, #594FEB);