#7cb9eb
a light, vivid blue · cool · closest name: skyblue
RGB
124, 185, 235
HSL
207°, 74%, 70%
CMYK
47, 21, 0, 8
Luminance
0.4498
Every format
| HEX | #7cb9eb |
| RGB | rgb(124, 185, 235) |
| HSL | hsl(207, 74%, 70%) |
| CMYK | cmyk(47%, 21%, 0%, 8%) |
| LAB | lab(72.9 -6.4 -31.0) |
| LCH | lch(72.9 31.6 258.4) |
| OKLCH | oklch(0.763 0.096 244.2) |
Copy-ready code
/* CSS */
color: #7cb9eb;
background-color: #7cb9eb;
/* Tailwind (arbitrary) */
class="text-[#7cb9eb] bg-[#7cb9eb]"
/* SCSS */
$brand: #7cb9eb;
/* SwiftUI */
Color(red: 0.486, green: 0.725, blue: 0.922)
/* Android */
Color.parseColor("#7cb9eb")Accessibility — WCAG contrast
Aa
#7cb9eb on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cb9eb on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green72.5%
Blue92.2%
CMYK percentages
Cyan47.2%
Magenta21.3%
Yellow0.0%
Key (black)7.8%
Color previews
#7cb9eb text on a black background
contrast 10.00:1
Card sample
#7cb9eb text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cb9eb;
Background color
Panel with #7cb9eb background
background-color: #7cb9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cb9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 185, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 185, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cb9eb; background: linear-gradient(135deg, #7cb9eb, #897CEB);