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