#7bc4fd
a light, electric blue · cool · closest name: skyblue
RGB
123, 196, 253
HSL
206°, 97%, 74%
CMYK
51, 23, 0, 1
Luminance
0.5078
Every format
| HEX | #7bc4fd |
| RGB | rgb(123, 196, 253) |
| HSL | hsl(206, 97%, 74%) |
| CMYK | cmyk(51%, 23%, 0%, 1%) |
| LAB | lab(76.5 -7.4 -35.0) |
| LCH | lch(76.5 35.8 258.1) |
| OKLCH | oklch(0.794 0.110 243.3) |
Copy-ready code
/* CSS */
color: #7bc4fd;
background-color: #7bc4fd;
/* Tailwind (arbitrary) */
class="text-[#7bc4fd] bg-[#7bc4fd]"
/* SCSS */
$brand: #7bc4fd;
/* SwiftUI */
Color(red: 0.482, green: 0.769, blue: 0.992)
/* Android */
Color.parseColor("#7bc4fd")Accessibility — WCAG contrast
Aa
#7bc4fd on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bc4fd on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green76.9%
Blue99.2%
CMYK percentages
Cyan51.4%
Magenta22.5%
Yellow0.0%
Key (black)0.8%
Color previews
#7bc4fd text on a black background
contrast 11.16:1
Card sample
#7bc4fd text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bc4fd;
Background color
Panel with #7bc4fd background
background-color: #7bc4fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bc4fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 196, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 196, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bc4fd; background: linear-gradient(135deg, #7bc4fd, #897BFD);