#4faef1
a balanced, electric blue · cool · closest name: steelblue
RGB
79, 174, 241
HSL
205°, 85%, 63%
CMYK
67, 28, 0, 6
Luminance
0.3829
Every format
| HEX | #4faef1 |
| RGB | rgb(79, 174, 241) |
| HSL | hsl(205, 85%, 63%) |
| CMYK | cmyk(67%, 28%, 0%, 6%) |
| LAB | lab(68.2 -7.3 -41.6) |
| LCH | lch(68.2 42.3 260.0) |
| OKLCH | oklch(0.722 0.132 242.5) |
Copy-ready code
/* CSS */
color: #4faef1;
background-color: #4faef1;
/* Tailwind (arbitrary) */
class="text-[#4faef1] bg-[#4faef1]"
/* SCSS */
$brand: #4faef1;
/* SwiftUI */
Color(red: 0.310, green: 0.682, blue: 0.945)
/* Android */
Color.parseColor("#4faef1")Accessibility — WCAG contrast
Aa
#4faef1 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4faef1 on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green68.2%
Blue94.5%
CMYK percentages
Cyan67.2%
Magenta27.8%
Yellow0.0%
Key (black)5.5%
Color previews
#4faef1 text on a black background
contrast 8.66:1
Card sample
#4faef1 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4faef1;
Background color
Panel with #4faef1 background
background-color: #4faef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4faef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 174, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 174, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4faef1; background: linear-gradient(135deg, #4faef1, #5C4FF1);