#4fabeb
a balanced, electric blue · cool · closest name: steelblue
RGB
79, 171, 235
HSL
205°, 80%, 62%
CMYK
66, 27, 0, 8
Luminance
0.3679
Every format
| HEX | #4fabeb |
| RGB | rgb(79, 171, 235) |
| HSL | hsl(205, 80%, 62%) |
| CMYK | cmyk(66%, 27%, 0%, 8%) |
| LAB | lab(67.1 -7.6 -40.1) |
| LCH | lch(67.1 40.8 259.2) |
| OKLCH | oklch(0.713 0.128 242.0) |
Copy-ready code
/* CSS */
color: #4fabeb;
background-color: #4fabeb;
/* Tailwind (arbitrary) */
class="text-[#4fabeb] bg-[#4fabeb]"
/* SCSS */
$brand: #4fabeb;
/* SwiftUI */
Color(red: 0.310, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#4fabeb")Accessibility — WCAG contrast
Aa
#4fabeb on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fabeb on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green67.1%
Blue92.2%
CMYK percentages
Cyan66.4%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#4fabeb text on a black background
contrast 8.36:1
Card sample
#4fabeb text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fabeb;
Background color
Panel with #4fabeb background
background-color: #4fabeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fabeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fabeb; background: linear-gradient(135deg, #4fabeb, #5B4FEB);