#7bcbdf
a light, vivid cyan · cool · closest name: skyblue
RGB
123, 203, 223
HSL
192°, 61%, 68%
CMYK
45, 9, 0, 13
Luminance
0.5225
Every format
| HEX | #7bcbdf |
| RGB | rgb(123, 203, 223) |
| HSL | hsl(192, 61%, 68%) |
| CMYK | cmyk(45%, 9%, 0%, 13%) |
| LAB | lab(77.4 -19.4 -17.6) |
| LCH | lch(77.4 26.1 222.3) |
| OKLCH | oklch(0.798 0.083 215.6) |
Copy-ready code
/* CSS */
color: #7bcbdf;
background-color: #7bcbdf;
/* Tailwind (arbitrary) */
class="text-[#7bcbdf] bg-[#7bcbdf]"
/* SCSS */
$brand: #7bcbdf;
/* SwiftUI */
Color(red: 0.482, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#7bcbdf")Accessibility — WCAG contrast
Aa
#7bcbdf on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bcbdf on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green79.6%
Blue87.5%
CMYK percentages
Cyan44.8%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#7bcbdf text on a black background
contrast 11.45:1
Card sample
#7bcbdf text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bcbdf;
Background color
Panel with #7bcbdf background
background-color: #7bcbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bcbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bcbdf; background: linear-gradient(135deg, #7bcbdf, #7B88DF);