#7facfc
a light, electric blue · cool · closest name: dodgerblue
RGB
127, 172, 252
HSL
218°, 95%, 74%
CMYK
50, 32, 0, 1
Luminance
0.4105
Every format
| HEX | #7facfc |
| RGB | rgb(127, 172, 252) |
| HSL | hsl(218, 95%, 74%) |
| CMYK | cmyk(50%, 32%, 0%, 1%) |
| LAB | lab(70.2 6.4 -44.4) |
| LCH | lch(70.2 44.8 278.2) |
| OKLCH | oklch(0.745 0.126 261.4) |
Copy-ready code
/* CSS */
color: #7facfc;
background-color: #7facfc;
/* Tailwind (arbitrary) */
class="text-[#7facfc] bg-[#7facfc]"
/* SCSS */
$brand: #7facfc;
/* SwiftUI */
Color(red: 0.498, green: 0.675, blue: 0.988)
/* Android */
Color.parseColor("#7facfc")Accessibility — WCAG contrast
Aa
#7facfc on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7facfc on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green67.5%
Blue98.8%
CMYK percentages
Cyan49.6%
Magenta31.7%
Yellow0.0%
Key (black)1.2%
Color previews
#7facfc text on a black background
contrast 9.21:1
Card sample
#7facfc text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7facfc;
Background color
Panel with #7facfc background
background-color: #7facfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7facfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 172, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 172, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7facfc; background: linear-gradient(135deg, #7facfc, #A57FFC);