#7cbbff
a light, electric blue · cool · closest name: steelblue
RGB
124, 187, 255
HSL
211°, 100%, 74%
CMYK
51, 27, 0, 0
Luminance
0.4705
Every format
| HEX | #7cbbff |
| RGB | rgb(124, 187, 255) |
| HSL | hsl(211, 100%, 74%) |
| CMYK | cmyk(51%, 27%, 0%, 0%) |
| LAB | lab(74.2 -1.7 -39.7) |
| LCH | lch(74.2 39.8 267.5) |
| OKLCH | oklch(0.776 0.117 251.3) |
Copy-ready code
/* CSS */
color: #7cbbff;
background-color: #7cbbff;
/* Tailwind (arbitrary) */
class="text-[#7cbbff] bg-[#7cbbff]"
/* SCSS */
$brand: #7cbbff;
/* SwiftUI */
Color(red: 0.486, green: 0.733, blue: 1.000)
/* Android */
Color.parseColor("#7cbbff")Accessibility — WCAG contrast
Aa
#7cbbff on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cbbff on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green73.3%
Blue100.0%
CMYK percentages
Cyan51.4%
Magenta26.7%
Yellow0.0%
Key (black)0.0%
Color previews
#7cbbff text on a black background
contrast 10.41:1
Card sample
#7cbbff text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cbbff;
Background color
Panel with #7cbbff background
background-color: #7cbbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cbbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 187, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 187, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cbbff; background: linear-gradient(135deg, #7cbbff, #947CFF);