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