#7cacec
a light, vivid blue · cool · closest name: steelblue
RGB
124, 172, 236
HSL
214°, 75%, 71%
CMYK
48, 27, 0, 8
Luminance
0.3985
Every format
| HEX | #7cacec |
| RGB | rgb(124, 172, 236) |
| HSL | hsl(214, 75%, 71%) |
| CMYK | cmyk(48%, 27%, 0%, 8%) |
| LAB | lab(69.4 1.1 -37.0) |
| LCH | lch(69.4 37.0 271.6) |
| OKLCH | oklch(0.736 0.107 255.9) |
Copy-ready code
/* CSS */
color: #7cacec;
background-color: #7cacec;
/* Tailwind (arbitrary) */
class="text-[#7cacec] bg-[#7cacec]"
/* SCSS */
$brand: #7cacec;
/* SwiftUI */
Color(red: 0.486, green: 0.675, blue: 0.925)
/* Android */
Color.parseColor("#7cacec")Accessibility — WCAG contrast
Aa
#7cacec on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cacec on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green67.5%
Blue92.5%
CMYK percentages
Cyan47.5%
Magenta27.1%
Yellow0.0%
Key (black)7.5%
Color previews
#7cacec text on a black background
contrast 8.97:1
Card sample
#7cacec text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cacec;
Background color
Panel with #7cacec background
background-color: #7cacec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cacec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 172, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 172, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cacec; background: linear-gradient(135deg, #7cacec, #977CEC);