#7bbcfb
a light, electric blue · cool · closest name: skyblue
RGB
123, 188, 251
HSL
210°, 94%, 73%
CMYK
51, 25, 0, 2
Luminance
0.4714
Every format
| HEX | #7bbcfb |
| RGB | rgb(123, 188, 251) |
| HSL | hsl(210, 94%, 73%) |
| CMYK | cmyk(51%, 25%, 0%, 2%) |
| LAB | lab(74.3 -3.6 -37.5) |
| LCH | lch(74.3 37.7 264.5) |
| OKLCH | oklch(0.776 0.113 248.7) |
Copy-ready code
/* CSS */
color: #7bbcfb;
background-color: #7bbcfb;
/* Tailwind (arbitrary) */
class="text-[#7bbcfb] bg-[#7bbcfb]"
/* SCSS */
$brand: #7bbcfb;
/* SwiftUI */
Color(red: 0.482, green: 0.737, blue: 0.984)
/* Android */
Color.parseColor("#7bbcfb")Accessibility — WCAG contrast
Aa
#7bbcfb on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bbcfb on black: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green73.7%
Blue98.4%
CMYK percentages
Cyan51.0%
Magenta25.1%
Yellow0.0%
Key (black)1.6%
Color previews
#7bbcfb text on a black background
contrast 10.43:1
Card sample
#7bbcfb text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bbcfb;
Background color
Panel with #7bbcfb background
background-color: #7bbcfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bbcfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 188, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 188, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bbcfb; background: linear-gradient(135deg, #7bbcfb, #8F7BFB);