#7bdafd
a light, electric cyan · cool · closest name: skyblue
RGB
123, 218, 253
HSL
196°, 97%, 74%
CMYK
51, 14, 0, 1
Luminance
0.6145
Every format
| HEX | #7bdafd |
| RGB | rgb(123, 218, 253) |
| HSL | hsl(196, 97%, 74%) |
| CMYK | cmyk(51%, 14%, 0%, 1%) |
| LAB | lab(82.6 -18.9 -25.7) |
| LCH | lch(82.6 31.9 233.7) |
| OKLCH | oklch(0.843 0.102 224.1) |
Copy-ready code
/* CSS */
color: #7bdafd;
background-color: #7bdafd;
/* Tailwind (arbitrary) */
class="text-[#7bdafd] bg-[#7bdafd]"
/* SCSS */
$brand: #7bdafd;
/* SwiftUI */
Color(red: 0.482, green: 0.855, blue: 0.992)
/* Android */
Color.parseColor("#7bdafd")Accessibility — WCAG contrast
Aa
#7bdafd on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bdafd on black: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green85.5%
Blue99.2%
CMYK percentages
Cyan51.4%
Magenta13.8%
Yellow0.0%
Key (black)0.8%
Color previews
#7bdafd text on a black background
contrast 13.29:1
Card sample
#7bdafd text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bdafd;
Background color
Panel with #7bdafd background
background-color: #7bdafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bdafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 218, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 218, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bdafd; background: linear-gradient(135deg, #7bdafd, #7B83FD);