#4facff
a light, electric blue · cool · closest name: dodgerblue
RGB
79, 172, 255
HSL
208°, 100%, 66%
CMYK
69, 33, 0, 0
Luminance
0.3839
Every format
| HEX | #4facff |
| RGB | rgb(79, 172, 255) |
| HSL | hsl(208, 100%, 66%) |
| CMYK | cmyk(69%, 33%, 0%, 0%) |
| LAB | lab(68.3 -1.5 -49.1) |
| LCH | lch(68.3 49.1 268.2) |
| OKLCH | oklch(0.725 0.150 248.4) |
Copy-ready code
/* CSS */
color: #4facff;
background-color: #4facff;
/* Tailwind (arbitrary) */
class="text-[#4facff] bg-[#4facff]"
/* SCSS */
$brand: #4facff;
/* SwiftUI */
Color(red: 0.310, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#4facff")Accessibility — WCAG contrast
Aa
#4facff on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4facff on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green67.5%
Blue100.0%
CMYK percentages
Cyan69.0%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#4facff text on a black background
contrast 8.68:1
Card sample
#4facff text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4facff;
Background color
Panel with #4facff background
background-color: #4facff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4facff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4facff; background: linear-gradient(135deg, #4facff, #674FFF);