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