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