#7bc9cb
a balanced, soft cyan · cool · closest name: skyblue
RGB
123, 201, 203
HSL
182°, 44%, 64%
CMYK
39, 1, 0, 20
Luminance
0.5030
Every format
| HEX | #7bc9cb |
| RGB | rgb(123, 201, 203) |
| HSL | hsl(182, 44%, 64%) |
| CMYK | cmyk(39%, 1%, 0%, 20%) |
| LAB | lab(76.3 -23.5 -8.6) |
| LCH | lch(76.3 25.0 200.1) |
| OKLCH | oklch(0.786 0.077 197.8) |
Copy-ready code
/* CSS */
color: #7bc9cb;
background-color: #7bc9cb;
/* Tailwind (arbitrary) */
class="text-[#7bc9cb] bg-[#7bc9cb]"
/* SCSS */
$brand: #7bc9cb;
/* SwiftUI */
Color(red: 0.482, green: 0.788, blue: 0.796)
/* Android */
Color.parseColor("#7bc9cb")Accessibility — WCAG contrast
Aa
#7bc9cb on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bc9cb on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green78.8%
Blue79.6%
CMYK percentages
Cyan39.4%
Magenta1.0%
Yellow0.0%
Key (black)20.4%
Color previews
#7bc9cb text on a black background
contrast 11.06:1
Card sample
#7bc9cb text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bc9cb;
Background color
Panel with #7bc9cb background
background-color: #7bc9cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bc9cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 201, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 201, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bc9cb; background: linear-gradient(135deg, #7bc9cb, #7B94CB);