#7facff
a light, electric blue · cool · closest name: dodgerblue
RGB
127, 172, 255
HSL
219°, 100%, 75%
CMYK
50, 33, 0, 0
Luminance
0.4124
Every format
| HEX | #7facff |
| RGB | rgb(127, 172, 255) |
| HSL | hsl(219, 100%, 75%) |
| CMYK | cmyk(50%, 33%, 0%, 0%) |
| LAB | lab(70.3 7.3 -45.8) |
| LCH | lch(70.3 46.4 279.1) |
| OKLCH | oklch(0.747 0.130 262.0) |
Copy-ready code
/* CSS */
color: #7facff;
background-color: #7facff;
/* Tailwind (arbitrary) */
class="text-[#7facff] bg-[#7facff]"
/* SCSS */
$brand: #7facff;
/* SwiftUI */
Color(red: 0.498, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#7facff")Accessibility — WCAG contrast
Aa
#7facff on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7facff on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green67.5%
Blue100.0%
CMYK percentages
Cyan50.2%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#7facff text on a black background
contrast 9.25:1
Card sample
#7facff text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7facff;
Background color
Panel with #7facff background
background-color: #7facff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7facff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7facff; background: linear-gradient(135deg, #7facff, #A77FFF);