#7caaeb
a light, vivid blue · cool · closest name: steelblue
RGB
124, 170, 235
HSL
215°, 74%, 70%
CMYK
47, 28, 0, 8
Luminance
0.3903
Every format
| HEX | #7caaeb |
| RGB | rgb(124, 170, 235) |
| HSL | hsl(215, 74%, 70%) |
| CMYK | cmyk(47%, 28%, 0%, 8%) |
| LAB | lab(68.8 1.9 -37.4) |
| LCH | lch(68.8 37.4 272.9) |
| OKLCH | oklch(0.731 0.107 257.1) |
Copy-ready code
/* CSS */
color: #7caaeb;
background-color: #7caaeb;
/* Tailwind (arbitrary) */
class="text-[#7caaeb] bg-[#7caaeb]"
/* SCSS */
$brand: #7caaeb;
/* SwiftUI */
Color(red: 0.486, green: 0.667, blue: 0.922)
/* Android */
Color.parseColor("#7caaeb")Accessibility — WCAG contrast
Aa
#7caaeb on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7caaeb on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green66.7%
Blue92.2%
CMYK percentages
Cyan47.2%
Magenta27.7%
Yellow0.0%
Key (black)7.8%
Color previews
#7caaeb text on a black background
contrast 8.81:1
Card sample
#7caaeb text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7caaeb;
Background color
Panel with #7caaeb background
background-color: #7caaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7caaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 170, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 170, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7caaeb; background: linear-gradient(135deg, #7caaeb, #987CEB);