#7bcdfb
a light, electric blue · cool · closest name: skyblue
RGB
123, 205, 251
HSL
202°, 94%, 73%
CMYK
51, 18, 0, 2
Luminance
0.5484
Every format
| HEX | #7bcdfb |
| RGB | rgb(123, 205, 251) |
| HSL | hsl(202, 94%, 73%) |
| CMYK | cmyk(51%, 18%, 0%, 2%) |
| LAB | lab(79.0 -12.7 -30.3) |
| LCH | lch(79.0 32.8 247.2) |
| OKLCH | oklch(0.813 0.103 234.6) |
Copy-ready code
/* CSS */
color: #7bcdfb;
background-color: #7bcdfb;
/* Tailwind (arbitrary) */
class="text-[#7bcdfb] bg-[#7bcdfb]"
/* SCSS */
$brand: #7bcdfb;
/* SwiftUI */
Color(red: 0.482, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#7bcdfb")Accessibility — WCAG contrast
Aa
#7bcdfb on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bcdfb on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green80.4%
Blue98.4%
CMYK percentages
Cyan51.0%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#7bcdfb text on a black background
contrast 11.97:1
Card sample
#7bcdfb text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bcdfb;
Background color
Panel with #7bcdfb background
background-color: #7bcdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bcdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bcdfb; background: linear-gradient(135deg, #7bcdfb, #7E7BFB);