#7bccff
a light, electric blue · cool · closest name: skyblue
RGB
123, 204, 255
HSL
203°, 100%, 74%
CMYK
52, 20, 0, 0
Luminance
0.5462
Every format
| HEX | #7bccff |
| RGB | rgb(123, 204, 255) |
| HSL | hsl(203, 100%, 74%) |
| CMYK | cmyk(52%, 20%, 0%, 0%) |
| LAB | lab(78.8 -11.1 -32.6) |
| LCH | lch(78.8 34.4 251.2) |
| OKLCH | oklch(0.813 0.107 237.7) |
Copy-ready code
/* CSS */
color: #7bccff;
background-color: #7bccff;
/* Tailwind (arbitrary) */
class="text-[#7bccff] bg-[#7bccff]"
/* SCSS */
$brand: #7bccff;
/* SwiftUI */
Color(red: 0.482, green: 0.800, blue: 1.000)
/* Android */
Color.parseColor("#7bccff")Accessibility — WCAG contrast
Aa
#7bccff on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bccff on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green80.0%
Blue100.0%
CMYK percentages
Cyan51.8%
Magenta20.0%
Yellow0.0%
Key (black)0.0%
Color previews
#7bccff text on a black background
contrast 11.92:1
Card sample
#7bccff text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bccff;
Background color
Panel with #7bccff background
background-color: #7bccff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bccff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 204, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 204, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bccff; background: linear-gradient(135deg, #7bccff, #827BFF);