#4faade
a balanced, vivid blue · cool · closest name: steelblue
RGB
79, 170, 222
HSL
202°, 68%, 59%
CMYK
64, 23, 0, 13
Luminance
0.3569
Every format
| HEX | #4faade |
| RGB | rgb(79, 170, 222) |
| HSL | hsl(202, 68%, 59%) |
| CMYK | cmyk(64%, 23%, 0%, 13%) |
| LAB | lab(66.3 -11.3 -34.3) |
| LCH | lch(66.3 36.1 251.8) |
| OKLCH | oklch(0.704 0.115 236.7) |
Copy-ready code
/* CSS */
color: #4faade;
background-color: #4faade;
/* Tailwind (arbitrary) */
class="text-[#4faade] bg-[#4faade]"
/* SCSS */
$brand: #4faade;
/* SwiftUI */
Color(red: 0.310, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#4faade")Accessibility — WCAG contrast
Aa
#4faade on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4faade on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green66.7%
Blue87.1%
CMYK percentages
Cyan64.4%
Magenta23.4%
Yellow0.0%
Key (black)12.9%
Color previews
#4faade text on a black background
contrast 8.14:1
Card sample
#4faade text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4faade;
Background color
Panel with #4faade background
background-color: #4faade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4faade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4faade; background: linear-gradient(135deg, #4faade, #534FDE);