#7bc9ed
a light, electric cyan · cool · closest name: skyblue
RGB
123, 201, 237
HSL
199°, 76%, 71%
CMYK
48, 15, 0, 7
Luminance
0.5210
Every format
| HEX | #7bc9ed |
| RGB | rgb(123, 201, 237) |
| HSL | hsl(199, 76%, 71%) |
| CMYK | cmyk(48%, 15%, 0%, 7%) |
| LAB | lab(77.3 -14.6 -25.2) |
| LCH | lch(77.3 29.1 240.0) |
| OKLCH | oklch(0.799 0.092 229.3) |
Copy-ready code
/* CSS */
color: #7bc9ed;
background-color: #7bc9ed;
/* Tailwind (arbitrary) */
class="text-[#7bc9ed] bg-[#7bc9ed]"
/* SCSS */
$brand: #7bc9ed;
/* SwiftUI */
Color(red: 0.482, green: 0.788, blue: 0.929)
/* Android */
Color.parseColor("#7bc9ed")Accessibility — WCAG contrast
Aa
#7bc9ed on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bc9ed on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green78.8%
Blue92.9%
CMYK percentages
Cyan48.1%
Magenta15.2%
Yellow0.0%
Key (black)7.1%
Color previews
#7bc9ed text on a black background
contrast 11.42:1
Card sample
#7bc9ed text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bc9ed;
Background color
Panel with #7bc9ed background
background-color: #7bc9ed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bc9ed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 201, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 201, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bc9ed; background: linear-gradient(135deg, #7bc9ed, #7B7DED);