#4facee
a balanced, electric blue · cool · closest name: steelblue
RGB
79, 172, 238
HSL
205°, 82%, 62%
CMYK
67, 28, 0, 7
Luminance
0.3734
Every format
| HEX | #4facee |
| RGB | rgb(79, 172, 238) |
| HSL | hsl(205, 82%, 62%) |
| CMYK | cmyk(67%, 28%, 0%, 7%) |
| LAB | lab(67.5 -7.2 -41.1) |
| LCH | lch(67.5 41.7 260.1) |
| OKLCH | oklch(0.716 0.131 242.6) |
Copy-ready code
/* CSS */
color: #4facee;
background-color: #4facee;
/* Tailwind (arbitrary) */
class="text-[#4facee] bg-[#4facee]"
/* SCSS */
$brand: #4facee;
/* SwiftUI */
Color(red: 0.310, green: 0.675, blue: 0.933)
/* Android */
Color.parseColor("#4facee")Accessibility — WCAG contrast
Aa
#4facee on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4facee on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green67.5%
Blue93.3%
CMYK percentages
Cyan66.8%
Magenta27.7%
Yellow0.0%
Key (black)6.7%
Color previews
#4facee text on a black background
contrast 8.47:1
Card sample
#4facee text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4facee;
Background color
Panel with #4facee background
background-color: #4facee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4facee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 172, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 172, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4facee; background: linear-gradient(135deg, #4facee, #5C4FEE);