#7bcccc
a balanced, soft cyan · cool · closest name: skyblue
RGB
123, 204, 204
HSL
180°, 44%, 64%
CMYK
40, 0, 0, 20
Luminance
0.5176
Every format
| HEX | #7bcccc |
| RGB | rgb(123, 204, 204) |
| HSL | hsl(180, 44%, 64%) |
| CMYK | cmyk(40%, 0%, 0%, 20%) |
| LAB | lab(77.1 -24.7 -7.8) |
| LCH | lch(77.1 25.9 197.5) |
| OKLCH | oklch(0.794 0.080 195.7) |
Copy-ready code
/* CSS */
color: #7bcccc;
background-color: #7bcccc;
/* Tailwind (arbitrary) */
class="text-[#7bcccc] bg-[#7bcccc]"
/* SCSS */
$brand: #7bcccc;
/* SwiftUI */
Color(red: 0.482, green: 0.800, blue: 0.800)
/* Android */
Color.parseColor("#7bcccc")Accessibility — WCAG contrast
Aa
#7bcccc on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bcccc on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green80.0%
Blue80.0%
CMYK percentages
Cyan39.7%
Magenta0.0%
Yellow0.0%
Key (black)20.0%
Color previews
#7bcccc text on a black background
contrast 11.35:1
Card sample
#7bcccc text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bcccc;
Background color
Panel with #7bcccc background
background-color: #7bcccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bcccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 204, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 204, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bcccc; background: linear-gradient(135deg, #7bcccc, #7B96CC);