#7cacff
a light, electric blue · cool · closest name: dodgerblue
RGB
124, 172, 255
HSL
218°, 100%, 74%
CMYK
51, 33, 0, 0
Luminance
0.4101
Every format
| HEX | #7cacff |
| RGB | rgb(124, 172, 255) |
| HSL | hsl(218, 100%, 74%) |
| CMYK | cmyk(51%, 33%, 0%, 0%) |
| LAB | lab(70.2 6.7 -46.0) |
| LCH | lch(70.2 46.5 278.2) |
| OKLCH | oklch(0.745 0.131 260.9) |
Copy-ready code
/* CSS */
color: #7cacff;
background-color: #7cacff;
/* Tailwind (arbitrary) */
class="text-[#7cacff] bg-[#7cacff]"
/* SCSS */
$brand: #7cacff;
/* SwiftUI */
Color(red: 0.486, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#7cacff")Accessibility — WCAG contrast
Aa
#7cacff on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cacff on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green67.5%
Blue100.0%
CMYK percentages
Cyan51.4%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#7cacff text on a black background
contrast 9.20:1
Card sample
#7cacff text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cacff;
Background color
Panel with #7cacff background
background-color: #7cacff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cacff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cacff; background: linear-gradient(135deg, #7cacff, #A37CFF);