#7bcdfe
a light, electric blue · cool · closest name: skyblue
RGB
123, 205, 254
HSL
202°, 99%, 74%
CMYK
52, 19, 0, 0
Luminance
0.5503
Every format
| HEX | #7bcdfe |
| RGB | rgb(123, 205, 254) |
| HSL | hsl(202, 99%, 74%) |
| CMYK | cmyk(52%, 19%, 0%, 0%) |
| LAB | lab(79.1 -11.9 -31.7) |
| LCH | lch(79.1 33.9 249.5) |
| OKLCH | oklch(0.814 0.106 236.3) |
Copy-ready code
/* CSS */
color: #7bcdfe;
background-color: #7bcdfe;
/* Tailwind (arbitrary) */
class="text-[#7bcdfe] bg-[#7bcdfe]"
/* SCSS */
$brand: #7bcdfe;
/* SwiftUI */
Color(red: 0.482, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#7bcdfe")Accessibility — WCAG contrast
Aa
#7bcdfe on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bcdfe on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green80.4%
Blue99.6%
CMYK percentages
Cyan51.6%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#7bcdfe text on a black background
contrast 12.01:1
Card sample
#7bcdfe text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bcdfe;
Background color
Panel with #7bcdfe background
background-color: #7bcdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bcdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bcdfe; background: linear-gradient(135deg, #7bcdfe, #807BFE);