#7bc6fd
a light, electric blue · cool · closest name: skyblue
RGB
123, 198, 253
HSL
205°, 97%, 74%
CMYK
51, 22, 0, 1
Luminance
0.5169
Every format
| HEX | #7bc6fd |
| RGB | rgb(123, 198, 253) |
| HSL | hsl(205, 97%, 74%) |
| CMYK | cmyk(51%, 22%, 0%, 1%) |
| LAB | lab(77.1 -8.5 -34.2) |
| LCH | lch(77.1 35.2 256.1) |
| OKLCH | oklch(0.799 0.108 241.7) |
Copy-ready code
/* CSS */
color: #7bc6fd;
background-color: #7bc6fd;
/* Tailwind (arbitrary) */
class="text-[#7bc6fd] bg-[#7bc6fd]"
/* SCSS */
$brand: #7bc6fd;
/* SwiftUI */
Color(red: 0.482, green: 0.776, blue: 0.992)
/* Android */
Color.parseColor("#7bc6fd")Accessibility — WCAG contrast
Aa
#7bc6fd on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bc6fd on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green77.6%
Blue99.2%
CMYK percentages
Cyan51.4%
Magenta21.7%
Yellow0.0%
Key (black)0.8%
Color previews
#7bc6fd text on a black background
contrast 11.34:1
Card sample
#7bc6fd text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bc6fd;
Background color
Panel with #7bc6fd background
background-color: #7bc6fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bc6fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 198, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 198, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bc6fd; background: linear-gradient(135deg, #7bc6fd, #877BFD);