#4facfc
a balanced, electric blue · cool · closest name: dodgerblue
RGB
79, 172, 252
HSL
208°, 97%, 65%
CMYK
69, 32, 0, 1
Luminance
0.3820
Every format
| HEX | #4facfc |
| RGB | rgb(79, 172, 252) |
| HSL | hsl(208, 97%, 65%) |
| CMYK | cmyk(69%, 32%, 0%, 1%) |
| LAB | lab(68.2 -2.5 -47.7) |
| LCH | lch(68.2 47.8 266.9) |
| OKLCH | oklch(0.723 0.146 247.5) |
Copy-ready code
/* CSS */
color: #4facfc;
background-color: #4facfc;
/* Tailwind (arbitrary) */
class="text-[#4facfc] bg-[#4facfc]"
/* SCSS */
$brand: #4facfc;
/* SwiftUI */
Color(red: 0.310, green: 0.675, blue: 0.988)
/* Android */
Color.parseColor("#4facfc")Accessibility — WCAG contrast
Aa
#4facfc on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4facfc on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green67.5%
Blue98.8%
CMYK percentages
Cyan68.7%
Magenta31.7%
Yellow0.0%
Key (black)1.2%
Color previews
#4facfc text on a black background
contrast 8.64:1
Card sample
#4facfc text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4facfc;
Background color
Panel with #4facfc background
background-color: #4facfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4facfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 172, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 172, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4facfc; background: linear-gradient(135deg, #4facfc, #654FFC);